Home
last modified time | relevance | path

Searched refs:sqlite3_malloc (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h2782 SQLITE_API void *sqlite3_malloc(int);
H A Dsqlite3ext.h424 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c3821 SQLITE_API void *sqlite3_malloc(int);
22491 void *p = sqlite3_malloc(10); in sqlite3OsInit()
24097 return sqlite3_malloc(nBytes); in memsys3Realloc()
26765 SQLITE_API void *sqlite3_malloc(int n){
38827 zDel = sqlite3_malloc(nOut);
81583 pNew = sqlite3_malloc( sizeof(*pNew) );
119896 sqlite3_malloc,
179215 zOut = sqlite3_malloc( n+1 );
189548 aOut = sqlite3_malloc(nOut+1);
203806 aSeen = sqlite3_malloc(nPhrase);
[all …]

Completed in 542 milliseconds