Home
last modified time | relevance | path

Searched defs:length (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dtotype.c125 static int totypeAtoi64(const char *zNum, sqlite3_int64 *pNum, int length){ in totypeAtoi64()
204 static int totypeAtoF(const char *z, double *pResult, int length){ in totypeAtoF()
/sqlite-3.40.0/src/
H A Dutil.c440 int sqlite3AtoF(const char *z, double *pResult, int length, u8 enc){ in sqlite3AtoF()
705 int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ in sqlite3Atoi64()
H A Dprintf.c221 int length; /* Length of the field */ in sqlite3_str_vappendf() local
H A Dos_unix.c2788 unsigned long long length; /* nbr of bytes to lock */ member
2807 unsigned long long length, /* Number of bytes to lock */ in afpSetLock()