Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c271 static int textToPointer(const char *z, void **pp){ in textToPointer() function
337 if( textToPointer(Tcl_GetString(objv[1]), &pPrior) ){ in test_realloc()
363 if( textToPointer(Tcl_GetString(objv[1]), &pPrior) ){ in test_free()
399 if( textToPointer(Tcl_GetString(objv[1]), &p) ){ in test_memset()
444 if( textToPointer(Tcl_GetString(objv[1]), &p) ){ in test_memget()