Lines Matching refs:uint32_t

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