Searched refs:UNSERIALIZE_PARAMETER (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | var_unserializer.c | 305 #define UNSERIALIZE_PARAMETER zval **rval, const unsigned char **p, const unsigned char *max, php_u… macro 308 static inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, long elements, int objp… in process_nested_data() argument 369 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) in finish_nested_data() argument 380 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() argument 405 static inline long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_common1() argument 432 static inline int object_common2(UNSERIALIZE_PARAMETER, long elements) in object_common2() argument 469 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER) in php_var_unserialize() argument
|
H A D | var_unserializer.re | 309 #define UNSERIALIZE_PARAMETER zval **rval, const unsigned char **p, const unsigned char *max, php_u… 312 static inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, long elements, int objp… 373 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) 384 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) 409 static inline long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) 436 static inline int object_common2(UNSERIALIZE_PARAMETER, long elements) 473 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER)
|
Completed in 6 milliseconds