Searched refs:pzTail (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c528 const char **pzTail /* OUT: End of parsed string */
620 if( pzTail ){
621 *pzTail = pParse->zTail;
688 const char **pzTail /* OUT: End of parsed string */
698 rc = sqlite3Prepare(db, zSql, nBytes, saveSqlFlag, pOld, ppStmt, pzTail);
701 rc = sqlite3Prepare(db, zSql, nBytes, saveSqlFlag, pOld, ppStmt, pzTail);
758 const char **pzTail /* OUT: End of parsed string */
761 rc = sqlite3LockAndPrepare(db,zSql,nBytes,0,0,ppStmt,pzTail);
770 const char **pzTail /* OUT: End of parsed string */
773 rc = sqlite3LockAndPrepare(db,zSql,nBytes,1,0,ppStmt,pzTail);
[all...]
H A Dtest_server.c345 const char **pzTail
354 if( pzTail ) *pzTail = msg.zOut;
H A Dsqlite.h.in2615 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
2617 ** compile the first statement in zSql, so *pzTail is left pointing to
2674 const char **pzTail /* OUT: Pointer to unused portion of zSql */
2681 const char **pzTail /* OUT: Pointer to unused portion of zSql */
2688 const void **pzTail /* OUT: Pointer to unused portion of zSql */
2695 const void **pzTail /* OUT: Pointer to unused portion of zSql */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2620 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
2622 ** compile the first statement in zSql, so *pzTail is left pointing to
2679 const char **pzTail /* OUT: Pointer to unused portion of zSql */
2686 const char **pzTail /* OUT: Pointer to unused portion of zSql */
2693 const void **pzTail /* OUT: Pointer to unused portion of zSql */
2700 const void **pzTail /* OUT: Pointer to unused portion of zSql */
H A Dsqlite3.c3163 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
3165 ** compile the first statement in zSql, so *pzTail is left pointing to
3222 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3229 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3236 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3243 const void **pzTail /* OUT: Pointer to unused portion of zSql */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h3122 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
3124 ** compile the first statement in zSql, so *pzTail is left pointing to
3181 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3188 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3195 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3202 const void **pzTail /* OUT: Pointer to unused portion of zSql */
H A Dsqlite3.c3237 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
3239 ** compile the first statement in zSql, so *pzTail is left pointing to
3296 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3303 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3310 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3317 const void **pzTail /* OUT: Pointer to unused portion of zSql */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3122 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
3124 ** compile the first statement in zSql, so *pzTail is left pointing to
3181 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3188 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3195 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3202 const void **pzTail /* OUT: Pointer to unused portion of zSql */
H A Dsqlite3.c3237 ** ^If pzTail is not NULL then *pzTail is made to point to the first byte
3239 ** compile the first statement in zSql, so *pzTail is left pointing to
3296 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3303 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3310 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3317 const void **pzTail /* OUT: Pointer to unused portion of zSql */
[all...]

Completed in 2190 milliseconds