Searched refs:isAllZero (Results 1 – 1 of 1) sorted by relevance
4296 static int isAllZero(const char *z, int n){ in isAllZero() function4325 if( !isAllZero(pB2->z, pB2->n) ) return -1; in sqlite3BlobCompare()4328 if( !isAllZero(pB1->z, pB1->n) ) return +1; in sqlite3BlobCompare()4678 if( !isAllZero((const char*)&aKey1[d1],nStr) ){ in sqlite3VdbeRecordCompareWithSkip()