Lines Matching refs:uint32_t

56 	uint32_t flags;
57 uint32_t lineno;
59 uint32_t offset;
60 uint32_t argc;
66 uint32_t flags;
67 void (*validator)(zend_attribute *attr, uint32_t target, zend_class_entry *scope);
73 …tribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset);
74 …d_get_parameter_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset);
76 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla…
78 ZEND_API zend_string *zend_get_attribute_target_names(uint32_t targets);
82 ZEND_API zend_internal_attribute *zend_internal_attribute_register(zend_class_entry *ce, uint32_t f…
86 HashTable **attributes, zend_string *name, uint32_t argc,
87 uint32_t flags, uint32_t offset, uint32_t lineno);
89 uint32_t zend_attribute_attribute_get_flags(zend_attribute *attr, zend_class_entry *scope);
93 …ne zend_attribute *zend_add_class_attribute(zend_class_entry *ce, zend_string *name, uint32_t argc) in END_EXTERN_C()
95 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in END_EXTERN_C()
99 … zend_attribute *zend_add_function_attribute(zend_function *func, zend_string *name, uint32_t argc) in zend_add_function_attribute()
101 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_function_attribute()
105 …te *zend_add_parameter_attribute(zend_function *func, uint32_t offset, zend_string *name, uint32_t in zend_add_parameter_attribute()
107 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_parameter_attribute()
111 …roperty_attribute(zend_class_entry *ce, zend_property_info *info, zend_string *name, uint32_t argc) in zend_add_property_attribute()
113 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_property_attribute()
117 …_constant_attribute(zend_class_entry *ce, zend_class_constant *c, zend_string *name, uint32_t argc) in zend_add_class_constant_attribute()
119 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_class_constant_attribute()