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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dwhatis.c59 if (sqlite3_bind_text(stmt, 1, cmd, -1, NULL) != SQLITE_OK)
61 if (sqlite3_bind_text(stmt, 2, cmd, -1, NULL) != SQLITE_OK)
H A Dmakemandb.c546 rc = sqlite3_bind_text(stmt, idx, parent, -1, NULL);
555 rc = sqlite3_bind_text(stmt, idx, file, -1, NULL);
594 sqlite3_bind_text(inner_stmt, idx, hash, -1, NULL);
596 sqlite3_bind_text(inner_stmt, idx, file, -1, NULL);
1519 rc = sqlite3_bind_text(stmt, idx, rec->name, -1, NULL);
1526 rc = sqlite3_bind_text(stmt, idx, rec->section, -1, NULL);
1533 rc = sqlite3_bind_text(stmt, idx, rec->name_desc, -1, NULL);
1540 rc = sqlite3_bind_text(stmt, idx, rec->desc.data,
1548 rc = sqlite3_bind_text(stmt, idx, rec->lib.data, rec->lib.offset + 1, NULL);
1555 rc = sqlite3_bind_text(stm
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c405 sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC);
523 sqlite3_bind_text(get_ids, 1, principal_string, -1, SQLITE_STATIC);
536 sqlite3_bind_text(hsdb->add_principal, 1,
583 sqlite3_bind_text(hsdb->add_alias, 1, alias_string,
805 sqlite3_bind_text(remove, 1, principal_string, -1, SQLITE_STATIC);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c367 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL);
468 ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5);
509 ret = sqlite3_bind_text(s->scache_name, 1, s->name, -1, NULL);
1334 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL);
1400 ret = sqlite3_bind_text(s->umaster, 1, s->name, -1, NULL);
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c209 lua_pushinteger(L, sqlite3_bind_text(*stmt, pidx,
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h265 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dsqlite3.h2908 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3101 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3109 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3113 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3152 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
H A Dsqlite3.c3458 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3651 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3659 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3663 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3702 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
63748 SQLITE_API int sqlite3_bind_text( function
91112 #define sqlite3_bind_text macro
[all...]

Completed in 504 milliseconds