Home
last modified time | relevance | path

Searched refs:zName (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dsqlite3.d367 const(char)*zName; /** Name of this virtual file system */
369 int function (sqlite3_vfs*, const char *zName, sqlite3_file*,
842 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
1133 const(char)*zName,
1141 const(char)*zName,
1150 const(void)*zName,
1454 const(char)*zName, /* Name of the module */
1461 const(char)*zName, /* Name of the module */
2106 const char *zName,
2114 const char *zName,
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d367 const(char)*zName; /** Name of this virtual file system */
369 int function (sqlite3_vfs*, const char *zName, sqlite3_file*,
842 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
1133 const(char)*zName,
1141 const(char)*zName,
1150 const(void)*zName,
1454 const(char)*zName, /* Name of the module */
1461 const(char)*zName, /* Name of the module */
2106 const char *zName,
2114 const char *zName,
[all …]
/netbsd/external/public-domain/sqlite/dist/
H A Dsqlite3.h1335 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1337 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
5457 const char *zName,
5464 const char *zName,
5472 const void *zName,
6514 const char *zName, /* Name of the module */
6520 const char *zName, /* Name of the module */
8981 char const *zName, /* Table name */
11657 const char *zName,
11666 const char *zName,
[all …]
H A Dshell.c793 if( !isalpha((unsigned char)zName[0]) && zName[0]!='_' ) return '"'; in quoteChar()
795 if( !isalnum((unsigned char)zName[i]) && zName[i]!='_' ) return '"'; in quoteChar()
919 if( zName in shellAddSchemaName()
4023 const char *zName in apndGetSystemCall() argument
6037 if( zName==0 ){ in zipfileStep()
6098 zName = zFree = sqlite3_mprintf("%s/", zName); in zipfileStep()
6613 char *zName; member
14518 if( zName ){ in do_meta_command()
14525 if( zName ){ in do_meta_command()
14738 if( strcmp(p->aSession[i].zName,zName)==0 ){ in do_meta_command()
[all …]
H A Dsqlite3.c101715 zName, zName, zName,
105149 if( zName==0 ) zName = "";
105365 if( zName==0 ) zName = "";
106939 pTable->zName = zName;
116943 if( zName==0 ) zName = pTab->zName;
125951 pCol->zName = zName;
131019 pTrigger->zName = zName;
131068 zName = pTrig->zName;
131346 zName = pName->a[0].zName;
162157 p->zDb, p->zName, zName
[all …]
H A Dsqlite3ext.h41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);