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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c537 /* The "wsdAutoext" macro will resolve to the autoextension
546 # define wsdAutoext x[0] macro
549 # define wsdAutoext sqlite3Autoext macro
572 for(i=0; i<wsdAutoext.nExt; i++){
573 if( wsdAutoext.aExt[i]==xInit ) break;
575 if( i==wsdAutoext.nExt ){
576 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]);
578 aNew = sqlite3_realloc(wsdAutoext.aExt, nByte);
582 wsdAutoext
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c87430 # define wsdAutoext macro
87433 # define wsdAutoext macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c98065 # define wsdAutoext macro
98068 # define wsdAutoext macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c98085 # define wsdAutoext macro
98088 # define wsdAutoext macro
[all...]

Completed in 432 milliseconds