Searched refs:pAllocation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem2.c152 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ argument
158 p = (struct MemBlockHdr*)pAllocation;
162 pInt = (int*)pAllocation;
163 pU8 = (u8*)pAllocation;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14745 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ argument
14751 p = (struct MemBlockHdr*)pAllocation;
14755 pInt = (int*)pAllocation;
14756 pU8 = (u8*)pAllocation;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15609 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ argument
15615 p = (struct MemBlockHdr*)pAllocation;
15619 pInt = (int*)pAllocation;
15620 pU8 = (u8*)pAllocation;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15609 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ argument
15615 p = (struct MemBlockHdr*)pAllocation;
15619 pInt = (int*)pAllocation;
15620 pU8 = (u8*)pAllocation;
[all...]

Completed in 676 milliseconds