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

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c196 ** When found, set *piTab and *piCol to the table index and column index
205 int *piTab, /* Write index of pSrc->a[] here */
206 int *piCol /* Write index of pSrc->a[*piTab].pTab->aCol[] here */
211 assert( (piTab==0)==(piCol==0) ); /* Both or neither are NULL */
215 if( piTab ){
216 *piTab = i;
201 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c90123 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c101691 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c101711 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
[all...]

Completed in 439 milliseconds