HomeSort by relevance Sort by last modified time
    Searched full:contextmalloc (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
func.c 302 static void *contextMalloc(sqlite3_context *context, i64 nByte){
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));
    [all...]

Completed in 91 milliseconds