OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zaux
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_func.c
198
char *
zAux
= sqlite3_get_auxdata(pCtx, i);
199
if(
zAux
){
201
assert( strcmp(
zAux
,z)==0 );
206
zAux
= testContextMalloc(pCtx, n);
207
if(
zAux
){
208
memcpy(
zAux
, z, n);
209
sqlite3_set_auxdata(pCtx, i,
zAux
, free_test_auxdata);
Completed in 65 milliseconds