HomeSort by relevance Sort by last modified time
    Searched defs:zName (Results 1 - 3 of 3) sorted by null

  /external/sqlite/dist/
shell.c 276 const char *zName;
334 for(i=0; aSchemaTable[i].zName; i++){
335 if( 0==strcmp(argv[3], aSchemaTable[i].zName) ){
    [all...]
sqlite3.h 699 ** The zName field holds the name of the VFS module. The name must
    [all...]
sqlite3.c     [all...]

Completed in 362 milliseconds