Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c403 sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_fetch_kvno()
521 sqlite3_bind_text(get_ids, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_store()
534 sqlite3_bind_text(hsdb->add_principal, 1, in hdb_sqlite_store()
581 sqlite3_bind_text(hsdb->add_alias, 1, alias_string, in hdb_sqlite_store()
803 sqlite3_bind_text(remove, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_remove()
/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c365 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL); in create_cache()
466 ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5); in bind_principal()
507 ret = sqlite3_bind_text(s->scache_name, 1, s->name, -1, NULL); in scc_resolve()
1332 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL); in scc_move()
1398 ret = sqlite3_bind_text(s->umaster, 1, s->name, -1, NULL); in scc_set_default()
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp569 const int error = ::sqlite3_bind_text(_pimpl->stmt, index, text.c_str(), in bind()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h405 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c13537 sqlite3_bind_text(pIndexXInfo, 1, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1()
13597 sqlite3_bind_text(pWriteStat, 1, zTab, -1, SQLITE_STATIC); in idxPopulateOneStat1()
13598 sqlite3_bind_text(pWriteStat, 2, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1()
13599 sqlite3_bind_text(pWriteStat, 3, zStat, -1, SQLITE_STATIC); in idxPopulateOneStat1()
14540 sqlite3_bind_text(pStmt, 1, zPrev, -1, SQLITE_TRANSIENT); in intckFindObject()
16333 rc = sqlite3_bind_text(pCsr->pStmt, 1, zSchema, -1, SQLITE_TRANSIENT); in dbdataFilter()
17865 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); in recoverLostAndFoundCreate()
21637 sqlite3_bind_text(pQ, 1, zVar, -1, SQLITE_STATIC); in bind_prepared_stmt()
24092 sqlite3_bind_text(pInsert, i+1, in tryToCloneData()
24379 sqlite3_bind_text(pStmt, 1, zDb, -1, SQLITE_STATIC); in shell_dbinfo_command()
[all …]
H A Dsqlite3.h4708 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c5021 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
92151 SQLITE_API int sqlite3_bind_text(
136838 #define sqlite3_bind_text sqlite3_api->bind_text
137284 sqlite3_bind_text,
195616 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
195640 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
198460 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
219016 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC);
220352 rc = sqlite3_bind_text(pStmt, 1, pIter->zIdx, -1, SQLITE_STATIC);
227798 rc = sqlite3_bind_text(pSelect, i+1, (char *)a, n, SQLITE_TRANSIENT);
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dieee802_1x.c707 sqlite3_bind_text(stmt, 1, addrtxt, os_strlen(addrtxt), SQLITE_STATIC); in add_sqlite_radius_attr()
708 sqlite3_bind_text(stmt, 2, acct ? "acct" : "auth", 4, SQLITE_STATIC); in add_sqlite_radius_attr()
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1490 sqlite3_bind_text(pStmt, i, (char *)data, n, SQLITE_STATIC); in dbPrepareAndBind()
2614 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC); in DbObjCmd()