Home
last modified time | relevance | path

Searched refs:get_ids (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c48 sqlite3_stmt *get_ids; member
171 &hsdb->get_ids, in prep_stmts()
222 if (hsdb->get_ids != NULL) in finalize_stmts()
223 sqlite3_finalize(hsdb->get_ids); in finalize_stmts()
224 hsdb->get_ids = NULL; in finalize_stmts()
597 sqlite3_stmt *get_ids = hsdb->get_ids; in hdb_sqlite_store() local
622 ret = bind_principal(context, entry->entry.principal, get_ids, 1); in hdb_sqlite_store()
626 ret = hdb_sqlite_step(context, hsdb->db, get_ids); in hdb_sqlite_store()
661 sqlite3_reset(get_ids); in hdb_sqlite_store()
662 ret = hdb_sqlite_step(context, hsdb->db, get_ids); in hdb_sqlite_store()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_space.c1182 static void get_ids(__isl_keep isl_space *space, enum isl_dim_type type, in get_ids() function
1220 get_ids(space, isl_dim_param, 0, space->nparam, ids); in space_extend()
1221 get_ids(space, isl_dim_in, 0, space->n_in, ids + nparam); in space_extend()
1222 get_ids(space, isl_dim_out, 0, space->n_out, in space_extend()
1366 get_ids(space, t, 0, s[t - o], ids + off); in isl_space_insert_dims()
1369 get_ids(space, t, 0, pos, ids + off); in isl_space_insert_dims()
1371 get_ids(space, t, pos, s[t - o] - pos, in isl_space_insert_dims()
1445 get_ids(space, t, 0, dst_pos, ids + off); in isl_space_move_dims()
1447 get_ids(space, src_type, src_pos, n, ids + off); in isl_space_move_dims()
1449 get_ids(space, t, dst_pos, s[t - o] - dst_pos, in isl_space_move_dims()
[all …]