Home
last modified time | relevance | path

Searched refs:UNSERIALIZE_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/standard/
H A Dvar_unserializer.c334 #define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_un… macro
337 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER);
339 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e… in process_nested_data() argument
420 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) in finish_nested_data() argument
430 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() argument
455 static inline zend_long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_common1() argument
483 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements) in object_common2() argument
529 PHPAPI int php_var_unserialize_ex(UNSERIALIZE_PARAMETER) in php_var_unserialize_ex() argument
556 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER) in php_var_unserialize_internal() argument
H A Dvar_unserializer.re338 #define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_un…
341 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER);
343 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e…
424 static inline int finish_nested_data(UNSERIALIZE_PARAMETER)
434 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
459 static inline zend_long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
487 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements)
533 PHPAPI int php_var_unserialize_ex(UNSERIALIZE_PARAMETER)
560 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER)

Completed in 9 milliseconds