Searched refs:pKey1 (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/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_4/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 126 milliseconds