Searched refs:azDefine (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c1370 static char **azDefine = 0; /* Name of the -D macros */ variable
1373 ** Add the macro defined to the azDefine array.
1378 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine);
1379 if( azDefine==0 ){
1383 paz = &azDefine[nDefine-1];
2458 ** azDefine[0] through azDefine[nDefine-1] contains the names of all defined
2488 if( strncmp(azDefine[
[all...]

Completed in 253 milliseconds