Searched refs:sqlite3_prepare (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h289 #define sqlite3_prepare sqlite3_api->prepare macro
H A Dsqlite3.h1766 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
1798 ** An authorizer is used when [sqlite3_prepare | preparing]
1806 ** user-entered SQL is being [sqlite3_prepare | prepared] that
1830 ** [sqlite3_prepare()] or its variants. Authorization is not
2236 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
2298 int sqlite3_prepare(
2704 ** interfaces [sqlite3_prepare()] or [sqlite3_prepare16()], this function
2710 ** interface [sqlite3_prepare()] and [sqlite3_prepare16()]. The use of the
2760 ** of the legacy [sqlite3_prepare()] and [sqlite3_prepare16()] interfaces,
/external/sqlite/dist/
H A Dsqlite3.h2057 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2094 ** An authorizer is used when [sqlite3_prepare | preparing]
2102 ** user-entered SQL is being [sqlite3_prepare | prepared] that
2126 ** [sqlite3_prepare()] or its variants. Authorization is not
2547 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
2574 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
2615 SQLITE_API int sqlite3_prepare(
3009 ** interfaces [sqlite3_prepare()] or [sqlite3_prepare16()], this function
3015 ** interface [sqlite3_prepare()] and [sqlite3_prepare16()]. The use of the
3073 ** of the legacy [sqlite3_prepare()] an
[all...]
H A Dsqlite3.h.orig2054 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2091 ** An authorizer is used when [sqlite3_prepare | preparing]
2099 ** user-entered SQL is being [sqlite3_prepare | prepared] that
2123 ** [sqlite3_prepare()] or its variants. Authorization is not
2544 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
2571 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
2612 SQLITE_API int sqlite3_prepare(
3006 ** interfaces [sqlite3_prepare()] or [sqlite3_prepare16()], this function
3012 ** interface [sqlite3_prepare()] and [sqlite3_prepare16()]. The use of the
3070 ** of the legacy [sqlite3_prepare()] an
[all...]
H A Dsqlite3.c.orig2597 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2634 ** An authorizer is used when [sqlite3_prepare | preparing]
2642 ** user-entered SQL is being [sqlite3_prepare | prepared] that
2666 ** [sqlite3_prepare()] or its variants. Authorization is not
3087 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
3114 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
3155 SQLITE_API int sqlite3_prepare(
3549 ** interfaces [sqlite3_prepare()] or [sqlite3_prepare16()], this function
3555 ** interface [sqlite3_prepare()] and [sqlite3_prepare16()]. The use of the
3613 ** of the legacy [sqlite3_prepare()] an
[all...]
H A Dsqlite3.c2604 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2641 ** An authorizer is used when [sqlite3_prepare | preparing]
2649 ** user-entered SQL is being [sqlite3_prepare | prepared] that
2673 ** [sqlite3_prepare()] or its variants. Authorization is not
3094 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
3121 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
3162 SQLITE_API int sqlite3_prepare(
3556 ** interfaces [sqlite3_prepare()] or [sqlite3_prepare16()], this function
3562 ** interface [sqlite3_prepare()] and [sqlite3_prepare16()]. The use of the
3620 ** of the legacy [sqlite3_prepare()] an
84735 #define sqlite3_prepare macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2930 ret = sqlite3_prepare((sqlite3 *) v->h->sqlite, v->tail, -1,
2968 ret = sqlite3_prepare((sqlite3 *) v->h->sqlite,
3055 ret = sqlite3_prepare((sqlite3 *) h->sqlite, tr.result, -1,
3092 ret = sqlite3_prepare((sqlite3 *) h->sqlite, tr.result, -1,
3309 rc = sqlite3_prepare((sqlite3 *) h->sqlite, s, -1,

Completed in 3713 milliseconds