Home
last modified time | relevance | path

Searched refs:sqlite3_bind_text (Results 1 – 10 of 10) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c405 sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_fetch_kvno()
523 sqlite3_bind_text(get_ids, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_store()
536 sqlite3_bind_text(hsdb->add_principal, 1, in hdb_sqlite_store()
583 sqlite3_bind_text(hsdb->add_alias, 1, alias_string, in hdb_sqlite_store()
805 sqlite3_bind_text(remove, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_remove()
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c367 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL); in create_cache()
468 ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5); in bind_principal()
509 ret = sqlite3_bind_text(s->scache_name, 1, s->name, -1, NULL); in scc_resolve()
1334 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL); in scc_move()
1400 ret = sqlite3_bind_text(s->umaster, 1, s->name, -1, NULL); in scc_set_default()
/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp566 const int error = ::sqlite3_bind_text(_pimpl->stmt, index, text.c_str(), in bind()
/minix3/lib/lua/sqlite/
H A Dsqlite.c212 lua_pushinteger(L, sqlite3_bind_text(*stmt, pidx, in stmt_bind()
/minix3/external/bsd/mdocml/dist/
H A Dmansearch.c46 do { if (SQLITE_OK != sqlite3_bind_text \
H A Dmandocdb.c55 if (SQLITE_OK != sqlite3_bind_text \
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h279 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c2246 sqlite3_bind_text(pStmt, i+1, z, -1, SQLITE_TRANSIENT); in do_meta_command()
2714 sqlite3_bind_text(pStmt, 1, azArg[1], -1, SQLITE_TRANSIENT); in do_meta_command()
2716 sqlite3_bind_text(pStmt, 1, "%", -1, SQLITE_STATIC); in do_meta_command()
H A Dsqlite3.h3394 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
H A Dsqlite3.c3422 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
65880 SQLITE_API int sqlite3_bind_text(
95355 #define sqlite3_bind_text sqlite3_api->bind_text
95691 sqlite3_bind_text,
131473 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
133042 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
133065 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
144548 sqlite3_bind_text(p, 1, pRtree->zName, -1, SQLITE_STATIC);