| /src/usr.sbin/makemandb/ |
| whatis.c | 64 if (sqlite3_bind_text(stmt, i + 1, cmd, -1, NULL) != SQLITE_OK)
|
| makemandb.c | 561 rc = sqlite3_bind_text(stmt, idx, parent, -1, NULL); 570 rc = sqlite3_bind_text(stmt, idx, file, -1, NULL); 666 sqlite3_bind_text(inner_stmt, idx, hash, -1, NULL); 668 sqlite3_bind_text(inner_stmt, idx, file, -1, NULL); 1528 rc = sqlite3_bind_text(stmt, idx, rec->name, -1, NULL); 1535 rc = sqlite3_bind_text(stmt, idx, rec->section, -1, NULL); 1542 rc = sqlite3_bind_text(stmt, idx, rec->name_desc, -1, NULL); 1549 rc = sqlite3_bind_text(stmt, idx, rec->desc.data, 1557 rc = sqlite3_bind_text(stmt, idx, rec->lib.data, 1565 rc = sqlite3_bind_text(stmt, idx, rec->return_vals.data [all...] |
| apropos-utils.c | 99 sqlite3_bind_text(stmt, 1, name, -1, SQLITE_STATIC);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| scache.c | 366 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL); 467 ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5); 508 ret = sqlite3_bind_text(s->scache_name, 1, s->name, -1, NULL); 1312 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL); 1375 ret = sqlite3_bind_text(s->umaster, 1, s->name, -1, NULL);
|
| /src/lib/lua/sqlite/ |
| sqlite.c | 216 lua_pushinteger(L, sqlite3_bind_text(*stmt, pidx,
|
| /src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| statement.cpp | 563 const int error = ::sqlite3_bind_text(_pimpl->stmt, index, text.c_str(), 565 handle_bind_error(_pimpl->db, "sqlite3_bind_text", error);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb-sqlite.c | 316 sqlite3_bind_text(stmt, key, str, -1, SQLITE_TRANSIENT);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3ext.h | 415 #define sqlite3_bind_text sqlite3_api->bind_text macro
|
| sqlite3.h | 4579 ** to the [sqlite3_bind_text | bindings] of that [parameter]. 4898 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4901 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then 4923 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4928 ** If a non-negative fourth parameter is provided to sqlite3_bind_text() 5014 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
|
| shell.c | 16143 sqlite3_bind_text(pSql, 1, zTab, -1, SQLITE_STATIC); 16420 sqlite3_bind_text(pIndexXInfo, 1, zIdx, -1, SQLITE_STATIC); 16486 sqlite3_bind_text(pWriteStat, 1, zTab, -1, SQLITE_STATIC); 16487 sqlite3_bind_text(pWriteStat, 2, zIdx, -1, SQLITE_STATIC); 16488 sqlite3_bind_text(pWriteStat, 3, zStat, -1, SQLITE_STATIC); 17436 sqlite3_bind_text(pStmt, 1, zPrev, -1, SQLITE_TRANSIENT); 20544 rc = sqlite3_bind_text(pCsr->pStmt, 1, zSchema, -1, SQLITE_TRANSIENT); 22092 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); 26294 sqlite3_bind_text(pQ, 1, zVar, -1, SQLITE_STATIC); 28677 sqlite3_bind_text(pInsert, i+1 [all...] |
| sqlite3.c | 4900 ** to the [sqlite3_bind_text | bindings] of that [parameter]. 5219 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16() 5222 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then 5244 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16() 5249 ** If a non-negative fourth parameter is provided to sqlite3_bind_text() 5335 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*)); 95353 SQLITE_API int sqlite3_bind_text( function 142635 #define sqlite3_bind_text macro [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_1x.c | 707 sqlite3_bind_text(stmt, 1, addrtxt, os_strlen(addrtxt), SQLITE_STATIC); 708 sqlite3_bind_text(stmt, 2, acct ? "acct" : "auth", 4, SQLITE_STATIC);
|
| /src/external/public-domain/sqlite/dist/tea/generic/ |
| tclsqlite3.c | 3100 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
|