Lines Matching defs:name

2575 ZEND_API int zend_register_class_alias_ex(const char *name, int name_len, zend_class_entry *ce TSRM…  in zend_register_class_alias_ex()
2594 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref… in zend_set_hash_symbol()
2674 static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc,… in zend_is_callable_check_class()
3414 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex()
3514 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *p… in zend_declare_property()
3520 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in… in zend_declare_property_null()
3534 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_bool()
3549 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_long()
3564 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_double()
3579 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_string()
3596 ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length,… in zend_declare_property_stringl()
3612 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_class_constant()
3618 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()
3633 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()
3648 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()
3663 ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_double()
3678 ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t nam… in zend_declare_class_constant_stringl()
3694 ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_string()
3700 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam… in zend_update_property()
3724 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_null()
3736 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_bool()
3748 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_long()
3760 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_double()
3772 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_string()
3784 ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, const char *name,… in zend_update_property_stringl()
3796 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length… in zend_update_static_property()
3833 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_null()
3845 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_bool()
3857 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_long()
3869 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, int name… in zend_update_static_property_double()
3881 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, const char *name, int name… in zend_update_static_property_string()
3893 ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, const char *name, int nam… in zend_update_static_property_stringl()
3905 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name… in zend_read_property()
3930 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, int name_length… in zend_read_static_property()
3984 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name()
4021 char *name; in zend_resolve_method_name() local