Home | History | Annotate | Download | only in dist

Lines Matching full:pdata

1175           void *pData = sqlite3_malloc(3*nCol*sizeof(const char*) + 1);
1176 if( !pData ){
1179 char **azCols = (char **)pData; /* Names of result columns */
1209 sqlite3_free(pData);