sqlite3_bind_text 137 sql/statement.cc sqlite3_bind_text(ref_->stmt(), col + 1, val, -1, SQLITE_TRANSIENT)); sqlite3_bind_text 145 sql/statement.cc return CheckOk(sqlite3_bind_text(ref_->stmt(), sqlite3_bind_text 3426 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*)); sqlite3_bind_text 87026 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_text, sqlite3_bind_text 118001 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 119525 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 119548 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 2883 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*)); sqlite3_bind_text 1360 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_text(s, 1, pTerm, nTerm, SQLITE_STATIC); sqlite3_bind_text 1402 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_text(s, 1, pTerm, nTerm, SQLITE_STATIC); sqlite3_bind_text 1462 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_text(s, 2, pTerm, nTerm, SQLITE_STATIC); sqlite3_bind_text 673 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_text(s, 2, zContent, nContent, SQLITE_STATIC); sqlite3_bind_text 727 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_text(s, 1, zTerm, nTerm, SQLITE_TRANSIENT); sqlite3_bind_text 756 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_text(s, 1, zTerm, nTerm, SQLITE_STATIC); sqlite3_bind_text 789 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_text(s, 1, zTerm, nTerm, SQLITE_STATIC); sqlite3_bind_text 1055 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_text(*ppStmt, 1, pTerm, nTerm, SQLITE_TRANSIENT); sqlite3_bind_text 237 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 260 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 777 third_party/sqlite/src/ext/fts3/fts3_expr.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 343 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 366 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC); sqlite3_bind_text 142 third_party/sqlite/src/src/loadext.c sqlite3_bind_text, sqlite3_bind_text 1754 third_party/sqlite/src/src/shell.c sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC); sqlite3_bind_text 1168 third_party/sqlite/src/src/tclsqlite.c sqlite3_bind_text(pStmt, i, (char *)data, n, SQLITE_STATIC); sqlite3_bind_text 2096 third_party/sqlite/src/src/tclsqlite.c sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC); sqlite3_bind_text 2475 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_text(pStmt, idx, sqlite_static_bind_value, -1, 0); sqlite3_bind_text 2477 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_text(pStmt, idx, sqlite_static_bind_value, sqlite3_bind_text 2480 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_text(pStmt, idx, argv[3], -1, SQLITE_TRANSIENT); sqlite3_bind_text 2482 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_text(pStmt, idx, "abc\000xyz\000pq", 10, SQLITE_STATIC); sqlite3_bind_text 3179 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_text(pStmt, idx, value, bytes, SQLITE_TRANSIENT); sqlite3_bind_text 342 third_party/sqlite/src/src/test8.c sqlite3_bind_text(pStmt, 1, pVtab->zTableName, -1, 0);