Lines Matching refs:uint32_t

52 	uint32_t flags;
53 uint32_t lineno;
55 uint32_t offset;
56 uint32_t argc;
62 uint32_t flags;
63 void (*validator)(zend_attribute *attr, uint32_t target, zend_class_entry *scope);
69 …tribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset);
70 …d_get_parameter_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset);
72 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla…
74 ZEND_API zend_string *zend_get_attribute_target_names(uint32_t targets);
77 ZEND_API zend_internal_attribute *zend_internal_attribute_register(zend_class_entry *ce, uint32_t f…
81 HashTable **attributes, zend_string *name, uint32_t argc,
82 uint32_t flags, uint32_t offset, uint32_t lineno);
86 …ne zend_attribute *zend_add_class_attribute(zend_class_entry *ce, zend_string *name, uint32_t argc) in END_EXTERN_C()
88 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in END_EXTERN_C()
92 … zend_attribute *zend_add_function_attribute(zend_function *func, zend_string *name, uint32_t argc) in zend_add_function_attribute()
94 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_function_attribute()
98 …te *zend_add_parameter_attribute(zend_function *func, uint32_t offset, zend_string *name, uint32_t in zend_add_parameter_attribute()
100 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_parameter_attribute()
104 …roperty_attribute(zend_class_entry *ce, zend_property_info *info, zend_string *name, uint32_t argc) in zend_add_property_attribute()
106 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_property_attribute()
110 …_constant_attribute(zend_class_entry *ce, zend_class_constant *c, zend_string *name, uint32_t argc) in zend_add_class_constant_attribute()
112 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_class_constant_attribute()