Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c447 static void *contextMalloc(sqlite3_context *context, i64 nByte){ in contextMalloc() function
478 z1 = contextMalloc(context, ((i64)n)+1); in upperFunc()
497 z1 = contextMalloc(context, ((i64)n)+1); in lowerFunc()
559 p = contextMalloc(context, n); in randomBlob()
1214 z = zHex = contextMalloc(context, ((i64)n)*2 + 1); in hexFunc()
1295 zOut = contextMalloc(context, (i64)nOut); in replaceFunc()
1381 azChar = contextMalloc(context, in trimFunc()