Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c134423 static void *contextMalloc(sqlite3_context *context, i64 nByte){ function
134454 z1 = contextMalloc(context, ((i64)n)+1);
134473 z1 = contextMalloc(context, ((i64)n)+1);
134535 p = contextMalloc(context, n);
135287 z = zHex = contextMalloc(context, ((i64)n)*2 + 1);
135358 p = pBlob = contextMalloc(pCtx, (nHex/2)+1);
135459 zOut = contextMalloc(context, nOut);
135545 azChar = contextMalloc(context,