Searched refs:sqlite3_bind_text (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dwhatis.c64 if (sqlite3_bind_text(stmt, i + 1, cmd, -1, NULL) != SQLITE_OK)
H A Dmakemandb.c561 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(stm
[all...]
H A Dapropos-utils.c99 sqlite3_bind_text(stmt, 1, name, -1, SQLITE_STATIC);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c366 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);
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp563 const int error = ::sqlite3_bind_text(_pimpl->stmt, index, text.c_str(),
565 handle_bind_error(_pimpl->db, "sqlite3_bind_text", error);
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c216 lua_pushinteger(L, sqlite3_bind_text(*stmt, pidx,
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c316 sqlite3_bind_text(stmt, key, str, -1, SQLITE_TRANSIENT);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h405 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c13458 sqlite3_bind_text(pIndexXInfo, 1, zIdx, -1, SQLITE_STATIC);
13517 sqlite3_bind_text(pWriteStat, 1, zTab, -1, SQLITE_STATIC);
13518 sqlite3_bind_text(pWriteStat, 2, zIdx, -1, SQLITE_STATIC);
13519 sqlite3_bind_text(pWriteStat, 3, zStat, -1, SQLITE_STATIC);
15070 rc = sqlite3_bind_text(pCsr->pStmt, 1, zSchema, -1, SQLITE_TRANSIENT);
16602 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC);
20374 sqlite3_bind_text(pQ, 1, zVar, -1, SQLITE_STATIC);
22828 sqlite3_bind_text(pInsert, i+1,
23115 sqlite3_bind_text(pStmt, 1, zDb, -1, SQLITE_STATIC);
23964 sqlite3_bind_text(pTes
[all...]
H A Dsqlite3.h4261 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4580 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4583 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then
4605 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4610 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
4689 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c4574 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4893 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4896 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then
4918 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4923 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
5002 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
91647 SQLITE_API int sqlite3_bind_text( function
135877 #define sqlite3_bind_text macro
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c642 sqlite3_bind_text(stmt, 1, addrtxt, os_strlen(addrtxt), SQLITE_STATIC);
643 sqlite3_bind_text(stmt, 2, acct ? "acct" : "auth", 4, SQLITE_STATIC);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d817 int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void function (void*));
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1490 sqlite3_bind_text(pStmt, i, (char *)data, n, SQLITE_STATIC);
2614 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);

Completed in 584 milliseconds