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.h415 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c16143 sqlite3_bind_text(pSql, 1, zTab, -1, SQLITE_STATIC); in expertDbContainsObject()
16420 sqlite3_bind_text(pIndexXInfo, 1, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1()
16486 sqlite3_bind_text(pWriteStat, 1, zTab, -1, SQLITE_STATIC); in idxPopulateOneStat1()
16487 sqlite3_bind_text(pWriteStat, 2, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1()
16488 sqlite3_bind_text(pWriteStat, 3, zStat, -1, SQLITE_STATIC); in idxPopulateOneStat1()
17436 sqlite3_bind_text(pStmt, 1, zPrev, -1, SQLITE_TRANSIENT); in intckFindObject()
20544 rc = sqlite3_bind_text(pCsr->pStmt, 1, zSchema, -1, SQLITE_TRANSIENT); in dbdataFilter()
22116 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); in recoverLostAndFoundCreate()
26318 sqlite3_bind_text(pQ, 1, zVar, -1, SQLITE_STATIC); in bind_prepared_stmt()
28701 sqlite3_bind_text(pInsert, i+1, in tryToCloneData()
[all …]
H A Dsqlite3.h5014 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c5335 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
95355 SQLITE_API int sqlite3_bind_text( function
142648 #define sqlite3_bind_text sqlite3_api->bind_text macro
143104 sqlite3_bind_text,
203130 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
203154 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
205996 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
226839 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC);
228175 rc = sqlite3_bind_text(pStmt, 1, pIter->zIdx, -1, SQLITE_STATIC);
236365 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.c3100 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC); in DbObjCmd()