Searched refs:azElem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c65 int nElem; /* Number of used entries in azElem[] */
66 int nAlloc; /* Number of slots allocated for azElem[] */
67 char **azElem; /* The result of the query */ member in struct:QueryResult
87 pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*));
88 if( pResult->azElem==0 ){
95 pResult->azElem[pResult->nElem++] =
130 if( sResult.azElem==0 ){
133 sResult.azElem[sResult.nElem] = 0;
134 return sResult.azElem;
[all...]

Completed in 57 milliseconds