Lines Matching defs:dcl

3100 static int zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /*…  in zend_ffi_subst_old_type()
3492 static void zend_ffi_cleanup_dcl(zend_ffi_dcl *dcl) /* {{{ */ in zend_ffi_cleanup_dcl()
3594 void zend_ffi_validate_type_name(zend_ffi_dcl *dcl) /* {{{ */ in zend_ffi_validate_type_name()
3604 static int zend_ffi_subst_type(zend_ffi_type **dcl, zend_ffi_type *type) /* {{{ */ in zend_ffi_subst_type()
3646 static void zend_ffi_tags_cleanup(zend_ffi_dcl *dcl) /* {{{ */ in zend_ffi_tags_cleanup()
3690 zend_ffi_dcl dcl = ZEND_FFI_ATTR_INIT; in ZEND_METHOD() local
3832 zend_ffi_dcl dcl = ZEND_FFI_ATTR_INIT; in ZEND_METHOD() local
3990 zend_ffi_dcl dcl = ZEND_FFI_ATTR_INIT; in ZEND_METHOD() local
5628 static void zend_ffi_finalize_type(zend_ffi_dcl *dcl) /* {{{ */
5739 void zend_ffi_resolve_typedef(const char *name, size_t name_len, zend_ffi_dcl *dcl) /* {{{ */
5803 void zend_ffi_make_enum_type(zend_ffi_dcl *dcl) /* {{{ */
5933 void zend_ffi_make_struct_type(zend_ffi_dcl *dcl) /* {{{ */
6199 void zend_ffi_adjust_struct_size(zend_ffi_dcl *dcl) /* {{{ */
6214 void zend_ffi_make_pointer_type(zend_ffi_dcl *dcl) /* {{{ */
6247 void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len) /* {{{ */
6307 void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *nested_dcl) /* {{{ */
6488 void zend_ffi_declare(const char *name, size_t name_len, zend_ffi_dcl *dcl) /* {{{ */
6577 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, bool incomplete) /*…
6655 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi) /* {{{ */
6689 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len) /* {{{ */
6772 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
6887 void zend_ffi_add_msvc_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, zend_f…
6946 void zend_ffi_nested_declaration(zend_ffi_dcl *dcl, zend_ffi_dcl *nested_dcl) /* {{{ */
6962 void zend_ffi_align_as_type(zend_ffi_dcl *dcl, zend_ffi_dcl *align_dcl) /* {{{ */
6969 void zend_ffi_align_as_val(zend_ffi_dcl *dcl, zend_ffi_val *align_val) /* {{{ */
7346 void zend_ffi_expr_cast(zend_ffi_val *val, zend_ffi_dcl *dcl) /* {{{ */
7569 void zend_ffi_expr_sizeof_type(zend_ffi_val *val, zend_ffi_dcl *dcl) /* {{{ */
7612 void zend_ffi_expr_alignof_type(zend_ffi_val *val, zend_ffi_dcl *dcl) /* {{{ */