Lines Matching refs:sqlite3_bind_text
4593 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4912 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4915 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then
4937 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4942 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
5021 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
92151 SQLITE_API int sqlite3_bind_text(
136838 #define sqlite3_bind_text sqlite3_api->bind_text
137284 sqlite3_bind_text,
195616 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
195640 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
198460 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
219016 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC);
220352 rc = sqlite3_bind_text(pStmt, 1, pIter->zIdx, -1, SQLITE_STATIC);
227798 rc = sqlite3_bind_text(pSelect, i+1, (char *)a, n, SQLITE_TRANSIENT);
253924 sqlite3_bind_text(pReplace, 1, z, -1, SQLITE_STATIC);