| /freebsd-src/crypto/heimdal/lib/hdb/ |
| H A D | hdb-sqlite.c | 403 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-src/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 365 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-src/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 569 const int error = ::sqlite3_bind_text(_pimpl->stmt, index, text.c_str(), in bind()
|
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 405 #define sqlite3_bind_text sqlite3_api->bind_text macro
|
| H A D | shell.c | 13537 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(pStm in shell_dbinfo_command() [all...] |
| H A D | sqlite3.h | 4280 ** to the [sqlite3_bind_text | bindings] of that [parameter]. 4599 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4602 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then 4624 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4629 ** If a non-negative fourth parameter is provided to sqlite3_bind_text() 4708 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
|
| H A D | sqlite3.c | 4593 ** to the [sqlite3_bind_text | bindings] of that [parameter]. 4912 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4915 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then 4937 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4942 ** If a non-negative fourth parameter is provided to sqlite3_bind_text() 5021 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*)); [all...] |
| /freebsd-src/contrib/wpa/src/ap/ |
| H A D | ieee802_1x.c | 707 sqlite3_bind_text(stmt, 1, addrtxt, os_strlen(addrtxt), SQLITE_STATIC); in ieee802_1x_encapsulate_radius() 708 sqlite3_bind_text(stmt, 2, acct ? "acct" : "auth", 4, SQLITE_STATIC); in ieee802_1x_encapsulate_radius()
|
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1490 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()
|