| /netbsd-src/usr.sbin/makemandb/ |
| H A D | makemandb.c | 561 rc = sqlite3_bind_text(stmt, idx, parent, -1, NULL); in build_file_cache() 570 rc = sqlite3_bind_text(stmt, idx, file, -1, NULL); in build_file_cache() 666 sqlite3_bind_text(inner_stmt, idx, hash, -1, NULL); in update_existing_entry() 668 sqlite3_bind_text(inner_stmt, idx, file, -1, NULL); in update_existing_entry() 1528 rc = sqlite3_bind_text(stmt, idx, rec->name, -1, NULL); in insert_into_db() 1535 rc = sqlite3_bind_text(stmt, idx, rec->section, -1, NULL); in insert_into_db() 1542 rc = sqlite3_bind_text(stmt, idx, rec->name_desc, -1, NULL); in insert_into_db() 1549 rc = sqlite3_bind_text(stmt, idx, rec->desc.data, in insert_into_db() 1557 rc = sqlite3_bind_text(stmt, idx, rec->lib.data, in insert_into_db() 1565 rc = sqlite3_bind_text(stmt, idx, rec->return_vals.data, in insert_into_db() [all …]
|
| H A D | whatis.c | 64 if (sqlite3_bind_text(stmt, i + 1, cmd, -1, NULL) != SQLITE_OK) in whatis()
|
| H A D | apropos-utils.c | 99 sqlite3_bind_text(stmt, 1, name, -1, SQLITE_STATIC); in register_tokenizer()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | scache.c | 366 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL); in create_cache() 467 ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5); in bind_principal() 508 ret = sqlite3_bind_text(s->scache_name, 1, s->name, -1, NULL); in scc_resolve() 1312 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL); in scc_move() 1375 ret = sqlite3_bind_text(s->umaster, 1, s->name, -1, NULL); in scc_set_default()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | statement.cpp | 563 const int error = ::sqlite3_bind_text(_pimpl->stmt, index, text.c_str(), in bind()
|
| /netbsd-src/lib/lua/sqlite/ |
| H A D | sqlite.c | 216 lua_pushinteger(L, sqlite3_bind_text(*stmt, pidx, in stmt_bind()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 405 #define sqlite3_bind_text sqlite3_api->bind_text macro
|
| H A D | shell.c | 13458 sqlite3_bind_text(pIndexXInfo, 1, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1() 13517 sqlite3_bind_text(pWriteStat, 1, zTab, -1, SQLITE_STATIC); in idxPopulateOneStat1() 13518 sqlite3_bind_text(pWriteStat, 2, zIdx, -1, SQLITE_STATIC); in idxPopulateOneStat1() 13519 sqlite3_bind_text(pWriteStat, 3, zStat, -1, SQLITE_STATIC); in idxPopulateOneStat1() 15070 rc = sqlite3_bind_text(pCsr->pStmt, 1, zSchema, -1, SQLITE_TRANSIENT); in dbdataFilter() 16602 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); in recoverLostAndFoundCreate() 20374 sqlite3_bind_text(pQ, 1, zVar, -1, SQLITE_STATIC); in bind_prepared_stmt() 22828 sqlite3_bind_text(pInsert, i+1, in tryToCloneData() 23115 sqlite3_bind_text(pStmt, 1, zDb, -1, SQLITE_STATIC); in shell_dbinfo_command() 23964 sqlite3_bind_text(pTest, j, z, -1, SQLITE_STATIC); in arCheckEntries() [all …]
|
| H A D | sqlite3.h | 4689 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
|
| H A D | sqlite3.c | 5002 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*)); 91647 SQLITE_API int sqlite3_bind_text( 135877 #define sqlite3_bind_text sqlite3_api->bind_text 136323 sqlite3_bind_text, 193998 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); 194022 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); 196842 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free); 217173 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC); 218509 rc = sqlite3_bind_text(pStmt, 1, pIter->zIdx, -1, SQLITE_STATIC); 225955 rc = sqlite3_bind_text(pSelect, i+1, (char *)a, n, SQLITE_TRANSIENT); [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | hdb-sqlite.c | 316 sqlite3_bind_text(stmt, key, str, -1, SQLITE_TRANSIENT); in bind_principal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 817 int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void function (void*));
|
| /netbsd-src/external/public-domain/sqlite/dist/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()
|