Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_bind_text

4680 ** to the [sqlite3_bind_text | bindings] of that [parameter]. 
4925 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4932 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4937 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
5010 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
79153 SQLITE_API int sqlite3_bind_text(
113599 #define sqlite3_bind_text sqlite3_api->bind_text
113981 sqlite3_bind_text,
156441 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
158040 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
158064 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
160850 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
173570 rc = sqlite3_bind_text(pIdx, 1, pIter->zTbl, -1, SQLITE_STATIC);
180977 rc = sqlite3_bind_text(pSelect, i+1, (char *)a, n, SQLITE_TRANSIENT);
204564 sqlite3_bind_text(pReplace, 1, z, -1, SQLITE_STATIC);