Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c2300 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc() local
2304 x = zA[i] - zB[j]; in uintCollFunc()
2307 if( !isdigit(zB[j]) ) return x; in uintCollFunc()
2309 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc()
2312 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
2317 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
2320 x = memcmp(zA+i, zB+j, k); in uintCollFunc()
2768 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc() local
2770 Decimal *pB = decimal_new(0, 0, nKey2, zB); in decimalCollFunc()
8291 ** nB is the value of strlen(zB)
8293 zipfileComparePath(const char *zA, const char *zB, int nB) zipfileComparePath() argument
13344 recoverUnusedString( const char *z, const char *zA, const char *zB, char *zBuf ) recoverUnusedString() argument
15964 unused_string( const char *z, const char *zA, const char *zB, char *zBuf ) unused_string() argument
[all...]
H A Dsqlite3.c125592 const unsigned char *zA, *zB; global() local
207565 const unsigned char *zB = sqlite3_value_text(argv[1]); global() local
[all...]

Completed in 143 milliseconds