Home
last modified time | relevance | path

Searched defs:nName (Results 1 – 9 of 9) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3440300/
Dshell.c11292 int nName = 0; /* Size of zName in bytes */ in zipfileStep() local
16260 int nName = recoverStrlen(zName); in recoverAddTable() local
25051 int nName = 0; in do_meta_command() local
Dsqlite3.c24681 u8 nName; /* Length of the name */ member
36267 int nName, /* Bytes of text in zName */ in sqlite3VListAdd()
36317 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dshell.c9986 int nName = 0; /* Size of zName in bytes */ in zipfileStep() local
14850 int nName = recoverStrlen(zName); in recoverAddTable() local
23543 int nName = 0; in do_meta_command() local
Dsqlite3.c24251 u8 nName; /* Length of the name */ member
35547 int nName, /* Bytes of text in zName */ in sqlite3VListAdd()
35597 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dshell.c11287 int nName = 0; /* Size of zName in bytes */ in zipfileStep() local
16255 int nName = recoverStrlen(zName); in recoverAddTable() local
25031 int nName = 0; in do_meta_command() local
Dsqlite3.c24681 u8 nName; /* Length of the name */ member
36267 int nName, /* Bytes of text in zName */ in sqlite3VListAdd()
36317 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()
/external/sqlite/dist/sqlite-autoconf-3420000/
Dshell.c9993 int nName = 0; /* Size of zName in bytes */ in zipfileStep() local
14857 int nName = recoverStrlen(zName); in recoverAddTable() local
23565 int nName = 0; in do_meta_command() local
Dsqlite3.c24251 u8 nName; /* Length of the name */ member
35547 int nName, /* Bytes of text in zName */ in sqlite3VListAdd()
35597 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c22611 u8 nName; /* Length of th name */ member