Lines Matching defs:abRowDiv
17838 char *abRowDiv = 0;
17869 abRowDiv = sqlite3_malloc64( nAlloc/nColumn );
17870 shell_check_oom(abRowDiv);
17901 abRowDiv = sqlite3_realloc64(abRowDiv, nAlloc/nColumn);
17902 shell_check_oom(abRowDiv);
17904 abRowDiv[nRow] = 1;
17927 abRowDiv[nRow-1] = 0;
18014 if( bMultiLineRowExists && abRowDiv[i/nColumn-1] && i+1<nTotal ){
18045 sqlite3_free(abRowDiv);