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

/external/chromium_org/third_party/sqlite/src/src/
H A Dfunc.c302 static void *contextMalloc(sqlite3_context *context, i64 nByte){ function
333 z1 = contextMalloc(context, ((i64)n)+1);
353 z1 = contextMalloc(context, ((i64)n)+1);
435 p = contextMalloc(context, n);
855 zText = (char *)contextMalloc(context, (2*(i64)nBlob)+4);
879 z = contextMalloc(context, ((i64)i)+((i64)n)+3);
919 z = zHex = contextMalloc(context, ((i64)n)*2 + 1);
1000 zOut = contextMalloc(context, (i64)nOut);
1079 azChar = contextMalloc(context, ((i64)nChar)*(sizeof(char*)+1));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c82208 static void *contextMalloc(sqlite3_context *context, i64 nByte){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c86433 static void *contextMalloc(sqlite3_context *context, i64 nByte){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c86469 static void *contextMalloc(sqlite3_context *context, i64 nByte){ function
[all...]

Completed in 504 milliseconds