Searched defs:pKey1 (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | hash.c | 74 static int intCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 86 static int ptrCompare(const void *pKey1, int n1, const void *pKey2, int n2){ 87 if( pKey1==pKey2 ) return 0; 88 if( pKey1<pKey2 ) return -1; 99 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 101 return sqliteStrNICmp((const char*)pKey1,(const char*)pKey2,n1); 115 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 117 return memcmp(pKey1,pKey2,n1);
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 60495 sqlite3VdbeRecordCompare( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument 108504 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument 108534 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument 117979 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument 117995 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument [all...] |
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 213 register char * pKey1 = (char *)pKey; local 220 zend_symtable_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_element_p ); 222 zend_hash_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_element_p ); 234 register char * pKey1 = (char *)pKey; local 241 zend_symtable_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_element_p ); 243 zend_hash_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_element_p );
|
Completed in 114 milliseconds