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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3593 const unsigned char *zB = (const unsigned char*)pKey2; local
3597 x = zA[i] - zB[j];
3600 if( !isdigit(zB[j]) ) return x;
3602 while( j<nKey2 && zB[j]=='0' ){ j++; }
3605 && j+k<nKey2 && isdigit(zB[j+k]) ){
3610 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){
3613 x = memcmp(zA+i, zB+j, k);
4324 const unsigned char *zB = (const unsigned char*)pKey2; local
4326 Decimal *pB = decimalNewFromText((const char*)zB, nKey2);
10756 ** nB is the value of strlen(zB)
10758 zipfileComparePath(const char *zA, const char *zB, int nB) argument
15941 recoverUnusedString( const char *z, const char *zA, const char *zB, char *zBuf ) argument
18577 unused_string( const char *z, const char *zA, const char *zB, char *zBuf ) argument
[all...]
H A Dsqlite3.c128809 const unsigned char *zA, *zB; local
215033 const unsigned char *zB = sqlite3_value_text(argv[1]); local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c945 const void *zB
953 Tcl_ListObjAppendElement(p->interp, pCmd, Tcl_NewStringObj(zB, nB));

Completed in 875 milliseconds