Searched refs:UNSERIALIZE_PARAMETER (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | var_unserializer.c | 343 #define UNSERIALIZE_PARAMETER zval **rval, const unsigned char **p, const unsigned char *max, php_u… macro 346 static inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, long elements, int objp… in process_nested_data() argument 407 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) in finish_nested_data() argument 417 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() argument 442 static inline long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_common1() argument 470 static inline int object_common2(UNSERIALIZE_PARAMETER, long elements) in object_common2() argument 510 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER) in php_var_unserialize() argument
|
H A D | var_unserializer.re | 347 #define UNSERIALIZE_PARAMETER zval **rval, const unsigned char **p, const unsigned char *max, php_u… 350 static inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, long elements, int objp… 411 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) 421 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) 446 static inline long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) 474 static inline int object_common2(UNSERIALIZE_PARAMETER, long elements) 514 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER)
|
Completed in 9 milliseconds