Searched refs:php_proto_zend_hash_index_find_mem (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | array.c | 242 if (php_proto_zend_hash_index_find_mem(ht, index, (void **)&value) == 389 if (php_proto_zend_hash_index_find_mem(table, index, (void **)&memory) == 521 if (php_proto_zend_hash_index_find_mem(table, intern->position,
|
D | protobuf.c | 68 if (php_proto_zend_hash_index_find_mem(t, (zend_ulong)def, (void**)&value) == in get_from_table() 77 return (php_proto_zend_hash_index_find_mem(t, (zend_ulong)def, in exist_in_table()
|
D | protobuf.h | 108 #define php_proto_zend_hash_index_find_mem(ht, h, pDest) \ macro 343 static inline int php_proto_zend_hash_index_find_mem(const HashTable* ht, in php_proto_zend_hash_index_find_mem() function
|
D | storage.c | 1121 php_proto_zend_hash_index_find_mem( in layout_merge()
|