Searched refs:sqlite3_complete16 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h437 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2766 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2767 ** automatically by sqlite3_complete16(). If that initialization fails,
2768 ** then the return value from sqlite3_complete16() will be non-zero
2774 ** The input to [sqlite3_complete16()] must be a zero-terminated
2778 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c3079 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
3080 ** automatically by sqlite3_complete16(). If that initialization fails,
3081 ** then the return value from sqlite3_complete16() will be non-zero
3087 ** The input to [sqlite3_complete16()] must be a zero-terminated
3091 SQLITE_API int sqlite3_complete16(const void *sql);
135909 #define sqlite3_complete16 macro
136222 # define sqlite3_complete16 macro
136244 # define sqlite3_complete16 macro
178033 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d538 int sqlite3_complete16(const void *sql);

Completed in 650 milliseconds