Searched refs:zSql (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dsqlutils.h31 static inline int sqlite3_prepare_wrapper(sqlite3 *db, const char *zSql, size_t nByte, sqlite3_stmt **ppStmt, const char **pzTail) argument
34 return sqlite3_prepare(db, zSql, (int)nByte, ppStmt, pzTail);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dsqlutils.h31 static inline int sqlite3_prepare_wrapper(sqlite3 *db, const char *zSql, size_t nByte, sqlite3_stmt **ppStmt, const char **pzTail) argument
34 return sqlite3_prepare(db, zSql, (int)nByte, ppStmt, pzTail);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h1937 const char *zSql, /* SQL to be evaluated */
2789 ** The second argument, "zSql", is the statement to be compiled, encoded
2794 ** ^If the nByte argument is less than zero, then zSql is read up to the
2796 ** number of bytes read from zSql. ^When nByte is non-negative, the
2797 ** zSql string ends at either the first '\000' or '\u0000' character or
2805 ** past the end of the first SQL statement in zSql. These routines only
2806 ** compile the first statement in zSql, so *pzTail is left pointing to
2860 const char *zSql, /* SQL statement, UTF-8 encoded */
2861 int nByte, /* Maximum length of zSql in bytes. */
2863 const char **pzTail /* OUT: Pointer to unused portion of zSql */
[all...]
H A Dsqlite3.c2490 const char *zSql, /* SQL to be evaluated */
3342 ** The second argument, "zSql", is the statement to be compiled, encoded
3347 ** ^If the nByte argument is less than zero, then zSql is read up to the
3349 ** number of bytes read from zSql. ^When nByte is non-negative, the
3350 ** zSql string ends at either the first '\000' or '\u0000' character or
3358 ** past the end of the first SQL statement in zSql. These routines only
3359 ** compile the first statement in zSql, so *pzTail is left pointing to
3413 const char *zSql, /* SQL statement, UTF-8 encoded */
3414 int nByte, /* Maximum length of zSql in bytes. */
3416 const char **pzTail /* OUT: Pointer to unused portion of zSql */
12863 char *zSql; /* Text of the SQL statement that generated this */ member in struct:Vdbe
62878 findNextHostParameter(const char *zSql, int *pnToken) argument
63978 char *zSql; member in struct:vdbeExecUnion::OP_ParseSchema_stack_vars
76819 unsigned char const *zSql = sqlite3_value_text(argv[0]); local
76939 unsigned char const *zSql = sqlite3_value_text(argv[0]); local
78209 char *zSql; local
79367 char *zSql; local
88755 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
91803 char *zSql; local
92008 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92168 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92206 const char *zSql; local
92240 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92252 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92270 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
92320 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
92332 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
97053 sqlite3_get_table( sqlite3 *db, const char *zSql, char ***pazResult, int *pnRow, int *pnColumn, char **pzErrMsg ) argument
98967 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
98986 execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
99029 char *zSql = 0; /* SQL statements */ local
109630 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
109875 sqlite3_complete(const char *zSql) argument
110033 sqlite3_complete16(const void *zSql) argument
114710 char *zSql; local
114759 char *zSql; /* SQL statement passed to declare_vtab() */ local
114857 char *zSql; /* SQL text "PRAGMA %Q.page_size" */ local
116872 char *zSql; /* SQL statement used to access %_content */ local
120334 const char zSql[] = "SELECT fts3_tokenizer(?)"; local
121865 const char zSql[] = "SELECT fts3_tokenizer(?, ?)"; local
121887 const char zSql[] = "SELECT fts3_tokenizer(?)"; local
122556 char *zSql; local
129865 char *zSql = sqlite3_mprintf( local
129966 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix); local
129985 getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal) argument
130021 char *zSql; local
130111 char *zSql = sqlite3_mprintf("CREATE TABLE x(%s", argv[3]); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteStatement.cpp40 static inline int sqlite3_prepare16_v2(sqlite3* db, const void* zSql, int nBytes, sqlite3_stmt** ppStmt, const void** pzTail) argument
42 return sqlite3_prepare16(db, zSql, nBytes, ppStmt, pzTail);

Completed in 398 milliseconds