Lines Matching refs:size_t

584 				size_t *pl = va_arg(*va, size_t *);  in zend_parse_arg_impl()
594 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl()
1250 size_t prop_name_len; in object_properties_load()
1350 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1360 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex()
1370 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1380 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r) /*… in add_assoc_resource_ex()
1390 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1400 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{ … in add_assoc_str_ex()
1410 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, const char *str) /* {{… in add_assoc_string_ex()
1420 …API int add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l… in add_assoc_stringl_ex()
1430 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1502 ZEND_API int add_index_stringl(zval *arg, zend_ulong index, const char *str, size_t length) /* {{{ … in add_index_stringl()
1580 ZEND_API int add_next_index_stringl(zval *arg, const char *str, size_t length) /* {{{ */ in add_next_index_stringl()
1605 …_stringl_ex(zval *arg, const char *key, uint32_t key_len, const char *str, size_t length) /* {{{ */ in add_get_assoc_stringl_ex()
1651 ZEND_API zval *add_get_index_stringl(zval *arg, zend_ulong index, const char *str, size_t length) /… in add_get_index_stringl()
1703 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
1717 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex()
1731 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex()
1745 ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r)… in add_property_resource_ex()
1759 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex()
1773 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {… in add_property_str_ex()
1787 ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str) /*… in add_property_string_ex()
1801 … int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l… in add_property_stringl_ex()
1815 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex()
1828 size_t name_len; in zend_startup_module_ex()
1892 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2014 size_t name_len; in zend_register_module_ex()
2086 size_t name_len; in zend_check_magic_method_implementation()
2158 size_t fname_len; in zend_register_functions()
2160 size_t class_name_len = 0; in zend_register_functions()
2495 size_t fname_len; in zend_unregister_functions()
2774 ZEND_API int zend_register_class_alias_ex(const char *name, size_t name_len, zend_class_entry *ce) … in zend_register_class_alias_ex()
2836 ZEND_API int zend_disable_function(char *function_name, size_t function_name_length) /* {{{ */ in zend_disable_function()
2881 ZEND_API int zend_disable_class(char *class_name, size_t class_name_length) /* {{{ */ in zend_disable_class()
2904 size_t name_len = ZSTR_LEN(name); in zend_is_callable_check_class()
2991 size_t clen; in zend_is_callable_check_func()
3044 size_t mlen; in zend_is_callable_check_func()
3696 size_t name_len = strlen(module_name); in zend_get_module_version()
3787 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval… in zend_declare_property()
3796 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_null()
3805 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_bool()
3814 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_long()
3823 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, size_t name_lengt… in zend_declare_property_double()
3832 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_lengt… in zend_declare_property_string()
3841 …perty_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_… in zend_declare_property_stringl()
3887 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_class_constant()
3901 ZEND_API int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_null()
3910 ZEND_API int zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_long()
3919 ZEND_API int zend_declare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_bool()
3928 ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_double()
3937 …stant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_… in zend_declare_class_constant_stringl()
3946 ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_string()
3969 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, size_t in zend_update_property()
3987 …e_property_null(zend_class_entry *scope, zval *object, const char *name, size_t name_length) /* {{… in zend_update_property_null()
3996 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_unset_property()
4014 …e_property_bool(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_… in zend_update_property_bool()
4023 …e_property_long(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_… in zend_update_property_long()
4032 …property_double(zend_class_entry *scope, zval *object, const char *name, size_t name_length, doubl… in zend_update_property_double()
4041 …te_property_str(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_… in zend_update_property_str()
4050 …property_string(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const… in zend_update_property_string()
4060 …d_class_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_… in zend_update_property_stringl()
4070 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, size_t name_len… in zend_update_static_property()
4109 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_null()
4118 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_bool()
4127 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_long()
4136 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, size_t n… in zend_update_static_property_double()
4145 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, const char *name, size_t n… in zend_update_static_property_string()
4155 …ty_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_… in zend_update_static_property_stringl()
4184 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_read_property()
4196 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, size_t name_len… in zend_read_static_property()