Searched defs:echo_vtab (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c23 typedef struct echo_vtab echo_vtab; typedef in typeref:struct:echo_vtab
72 struct echo_vtab { struct
93 static int simulateVtabError(echo_vtab *p, const char *zMethod){
233 ** "struct echo_vtab" for details of the contents of the array.
331 echo_vtab *pVtab,
374 echo_vtab *p = (echo_vtab*)pVtab;
403 echo_vtab *pVtab;
405 /* Allocate the sqlite3_vtab/echo_vtab structur
[all...]

Completed in 61 milliseconds