Searched defs:length (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | totype.c | 125 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 D | util.c | 440 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 D | printf.c | 221 int length; /* Length of the field */ in sqlite3_str_vappendf() local
|
| H A D | os_unix.c | 2788 unsigned long long length; /* nbr of bytes to lock */ member 2807 unsigned long long length, /* Number of bytes to lock */ in afpSetLock()
|