Lines Matching refs:sqlite3_bind_text
5071 ** to the [sqlite3_bind_text | bindings] of that [parameter].
5335 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
5338 ** ^If the third parameter to sqlite3_bind_text() is not NULL, then
5360 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
5365 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
5440 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
84263 SQLITE_API int sqlite3_bind_text(
123565 #define sqlite3_bind_text sqlite3_api->bind_text
123982 sqlite3_bind_text,
175386 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
175410 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
178216 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
195847 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC);
197179 rc = sqlite3_bind_text(pStmt, 1, pIter->zIdx, -1, SQLITE_STATIC);
203851 rc = sqlite3_bind_text(pSelect, i+1, (char *)a, n, SQLITE_TRANSIENT);
226088 sqlite3_bind_text(pReplace, 1, z, -1, SQLITE_STATIC);