Home
last modified time | relevance | path

Searched defs:nByte (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c903 int nByte; in sqliteVdbeExec() local
1835 int nByte; in sqliteVdbeExec() local
2017 int nByte; in sqliteVdbeExec() local
3942 int nByte; in sqliteVdbeExec() local
3995 int nByte; in sqliteVdbeExec() local
H A Dutil.c335 int nByte; in sqliteSetString() local
374 int nByte; in sqliteSetNString() local
H A Dos.c1176 int sqliteOsTruncate(OsFile *id, off_t nByte){
1790 int nByte; local
H A Dvdbeaux.c480 void *sqlite_aggregate_context(sqlite_func *p, int nByte){ in sqlite_aggregate_context()
H A Dexpr.c183 int nByte; in sqliteSrcListDup() local
H A Dbuild.c1357 int nByte; in sqliteCreateForeignKey() local
H A Dbtree.c470 static int allocateSpace(Btree *pBt, MemPage *pPage, int nByte){ in allocateSpace()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c10111 u8 nByte; /* Size in byte of text or blob. */ member
14701 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
14768 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
14820 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
15101 static void randomFill(char *pBuf, int nByte){ in randomFill()
15124 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
15225 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
15647 static void memsys3OutOfMemory(int nByte){ in memsys3OutOfMemory()
15766 static void *memsys3MallocUnsafe(int nByte){ in memsys3MallocUnsafe()
16342 static void *memsys5MallocUnsafe(int nByte){ in memsys5MallocUnsafe()
[all …]

Completed in 288 milliseconds