• Home
  • Raw
  • Download

Lines Matching defs:nByte

10653 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){  in sqlite3OsDlError()
10662 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
11077 static void sqlite3MemsysAlarm(int nByte){ in sqlite3MemsysAlarm()
11129 int nByte; in sqlite3_free() local
11389 static void sqlite3MemsysAlarm(int nByte){ in sqlite3MemsysAlarm()
11444 SQLITE_API void *sqlite3_malloc(int nByte){ in sqlite3_malloc()
11566 SQLITE_API void *sqlite3_realloc(void *pPrior, int nByte){ in sqlite3_realloc()
11956 static void memsys3OutOfMemory(int nByte){ in memsys3OutOfMemory()
12086 static void *memsys3Malloc(int nByte){ in memsys3Malloc()
12572 static void memsys5Alarm(int nByte){ in memsys5Alarm()
12646 static void *memsys5Malloc(int nByte){ in memsys5Malloc()
13939 int nByte; in sqlite3SetString() local
15852 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *zIn, int nByte){ in sqlite3Utf8CharLen()
15907 SQLITE_PRIVATE char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte){ in sqlite3Utf16to8()
17847 int os2Truncate( sqlite3_file *id, i64 nByte ){ in os2Truncate()
19909 static int unixTruncate(sqlite3_file *id, i64 nByte){ in unixTruncate()
21965 int nByte; in unicodeToUtf8() local
21990 int nByte; in mbcsToUnicode() local
22015 int nByte; in unicodeToMbcs() local
22496 static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){ in winTruncate()
23137 int nByte; in winFullPathname() local
24525 static u32 pager_datahash(int nByte, unsigned char *pData){ in pager_datahash()
30770 static int allocateSpace(MemPage *pPage, int nByte){ in allocateSpace()
33068 int nByte, /* Number of bytes to copy */ in copyPayload()
37526 int nByte; in sqlite3VdbeMemExpandBlob() local
37591 const int nByte = 32; in sqlite3VdbeMemStringify() local
37975 int nByte = n; /* New value for pMem->n */ in sqlite3VdbeMemSetStr() local
38969 int nField, nByte; in sqlite3VdbeChangeP4() local
40608 int nByte; in sqlite3VdbeRecordUnpack() local
41509 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ in sqlite3_aggregate_context()
42369 int nByte; in allocateCursor() local
43222 i64 nByte; in sqlite3VdbeExec() local
44329 u64 nByte = 0; /* Data space required for this record */ in sqlite3VdbeExec() local
47124 int nByte; /* Size of open blob, in bytes */ member
48282 int nByte; in sqlite3SrcListDup() local
55104 int nByte; in sqlite3CreateForeignKey() local
57629 static void *contextMalloc(sqlite3_context *context, i64 nByte){ in contextMalloc()
61512 int nByte = (autoext.nExt+1)*sizeof(autoext.aExt[0]); in sqlite3_auto_extension() local
81154 short int nByte; /* Number of bytes in the term */ member
82388 int iStart, int nByte /* Offset and size of the match */ in snippetAppendMatch()