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

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dsqlutils.h44 return sqlite3_bind_text(pStmt, i, zData, (int)n, xDel);
H A DSecDb.c993 bool ok = SecDbErrorWithStmt(sqlite3_bind_text(stmt, param, zData, (int)n, xDel), stmt, error,
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dsqlutils.h44 return sqlite3_bind_text(pStmt, i, zData, (int)n, xDel);
H A DSecDb.c993 bool ok = SecDbErrorWithStmt(sqlite3_bind_text(stmt, param, zData, (int)n, xDel), stmt, error,
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dmechanism.c260 sqlite3_bind_text(stmt, 1, mechanism_get_plugin(mech), -1, NULL);
261 sqlite3_bind_text(stmt, 2, mechanism_get_param(mech), -1, NULL);
278 sqlite3_bind_text(stmt, 1, mechanism_get_plugin(mech), -1, NULL);
279 sqlite3_bind_text(stmt, 2, mechanism_get_param(mech), -1, NULL);
H A Drule.c323 sqlite3_bind_text(stmt, 1, rule_get_name(rule), -1, NULL);
427 rc = sqlite3_bind_text(stmt, column++, rule_get_name(rule), -1, NULL);
436 rc = sqlite3_bind_text(stmt, column++, rule_get_group(rule), -1, NULL);
502 rc = sqlite3_bind_text(stmt, column++, rule_get_identifier(rule), -1, NULL);
513 rc = sqlite3_bind_text(stmt, column++, rule_get_comment(rule), -1, NULL);
576 sqlite3_bind_text(stmt, 1, rule_get_name(rule), -1, NULL);
690 sqlite3_bind_text(stmt, 2, lang, -1, NULL);
691 sqlite3_bind_text(stmt, 3, str, -1, NULL);
708 sqlite3_bind_text(stmt, 2, lang, -1, NULL);
709 sqlite3_bind_text(stm
[all...]
H A Dauthdb.c610 rc = sqlite3_bind_text(stmt, col, auth_items_get_string(items, key), -1, NULL);
683 sqlite3_bind_text(stmt, 1, key, -1, NULL);
H A Dengine.c914 sqlite3_bind_text(stmt, 1, buf, -1, NULL);
H A Dserver.c915 sqlite3_bind_text(stmt, 1, process_get_identifier(proc), -1, NULL);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp372 statement.check(::sqlite3_bind_text(statement.sql(), index,
378 statement.check(::sqlite3_bind_text(statement.sql(), index,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp372 statement.check(::sqlite3_bind_text(statement.sql(), index,
378 statement.check(::sqlite3_bind_text(statement.sql(), index,
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-sqlite.c403 sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC);
521 sqlite3_bind_text(get_ids, 1, principal_string, -1, SQLITE_STATIC);
534 sqlite3_bind_text(hsdb->add_principal, 1,
581 sqlite3_bind_text(hsdb->add_alias, 1, alias_string,
803 sqlite3_bind_text(remove, 1, principal_string, -1, SQLITE_STATIC);
/macosx-10.10/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-40-secdb.c125 ok_status(sqlite3_bind_text(stmt, 1, "key1", 4, NULL), "bind_text[1]");
H A Dsu-41-secdb-stress.c155 ts_ok_status(sqlite3_bind_text(stmt, 1, "key1", 4, NULL), "bind_text[1]");
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dscache.c365 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL);
466 ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5);
507 ret = sqlite3_bind_text(s->scache_name, 1, s->name, -1, NULL);
1332 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL);
1398 ret = sqlite3_bind_text(s->umaster, 1, s->name, -1, NULL);
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c470 sqlite3_bind_text(stmt, i + 1, values[j],
635 sqlite3_bind_text(stmt, i + 1, values[j], strlen(values[j]),
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h244 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dsqlite3.h2849 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3024 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3028 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3067 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
H A Dsqlite3.c3402 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3577 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3581 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3620 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
62651 SQLITE_API int sqlite3_bind_text( function
89136 #define sqlite3_bind_text macro
[all...]

Completed in 531 milliseconds