Home
last modified time | relevance | path

Searched refs:php_proto_zend_hash_index_find_mem (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Darray.c242 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,
Dprotobuf.c68 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()
Dprotobuf.h108 #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
Dstorage.c1121 php_proto_zend_hash_index_find_mem( in layout_merge()