Searched defs:aDyn (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c231 void **aDyn = 0; /* Dynamically allocated space for aArg[] */ local
255 assert( aArg==aDyn || (aDyn==0 && aArg==aStatic) );
256 assert( nArg<=(int)ArraySize(aStatic) || aArg==aDyn );
257 if( (!aDyn && nArg==(int)ArraySize(aStatic))
258 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*)))
264 sqlite3_free(aDyn);
265 aDyn = aArg = pNew;
317 sqlite3_free(aDyn);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110147 void **aDyn = 0; /* Dynamically allocated space for aArg[] */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c125854 void **aDyn = 0; /* Dynamically allocated space for aArg[] */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c125874 void **aDyn = 0; /* Dynamically allocated space for aArg[] */ local
[all...]

Completed in 465 milliseconds