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.h407 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c14170 sqlite3_bind_text(pSql, 1, zTab, -1, SQLITE_STATIC); in expertDbContainsObject()
14445 sqlite3_bind_text(pIndexXInfo, 1, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1()
14511 sqlite3_bind_text(pWriteStat, 1, zTab, -1, SQLITE_STATIC); in idxPopulateOneStat1()
14512 sqlite3_bind_text(pWriteStat, 2, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1()
14513 sqlite3_bind_text(pWriteStat, 3, zStat, -1, SQLITE_STATIC); in idxPopulateOneStat1()
15459 sqlite3_bind_text(pStmt, 1, zPrev, -1, SQLITE_TRANSIENT); in intckFindObject()
18567 rc = sqlite3_bind_text(pCsr->pStmt, 1, zSchema, -1, SQLITE_TRANSIENT); in dbdataFilter()
20115 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); in recoverLostAndFoundCreate()
24086 sqlite3_bind_text(pQ, 1, zVar, -1, SQLITE_STATIC); in bind_prepared_stmt()
26684 sqlite3_bind_text(pInsert, i+1, in tryToCloneData()
[all …]
H A Dsqlite3.h4903 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c5222 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
93250 SQLITE_API int sqlite3_bind_text(
138753 #define sqlite3_bind_text sqlite3_api->bind_text
139201 sqlite3_bind_text,
198542 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
198566 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
201386 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
222152 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC);
223488 rc = sqlite3_bind_text(pStmt, 1, pIter->zIdx, -1, SQLITE_STATIC);
231079 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.c2667 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC); in DbObjCmd()