Lines Matching defs:dcl

3222 static bool zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /…  in zend_ffi_subst_old_type()
3629 void zend_ffi_cleanup_dcl(zend_ffi_dcl *dcl) /* {{{ */ in zend_ffi_cleanup_dcl()
3731 void zend_ffi_validate_type_name(zend_ffi_dcl *dcl) /* {{{ */ in zend_ffi_validate_type_name()
3741 static bool zend_ffi_subst_type(zend_ffi_type **dcl, zend_ffi_type *type) /* {{{ */ in zend_ffi_subst_type()
3783 static void zend_ffi_tags_cleanup(zend_ffi_dcl *dcl) /* {{{ */ in zend_ffi_tags_cleanup()
3835 zend_ffi_dcl dcl = ZEND_FFI_ATTR_INIT; in ZEND_METHOD() local
3985 zend_ffi_dcl dcl = ZEND_FFI_ATTR_INIT; in ZEND_METHOD() local
4143 zend_ffi_dcl dcl = ZEND_FFI_ATTR_INIT; in ZEND_METHOD() local
5770 static void zend_ffi_finalize_type(zend_ffi_dcl *dcl) /* {{{ */
5881 void zend_ffi_resolve_typedef(const char *name, size_t name_len, zend_ffi_dcl *dcl) /* {{{ */
5945 void zend_ffi_make_enum_type(zend_ffi_dcl *dcl) /* {{{ */
6075 void zend_ffi_make_struct_type(zend_ffi_dcl *dcl) /* {{{ */
6341 void zend_ffi_adjust_struct_size(zend_ffi_dcl *dcl) /* {{{ */
6356 void zend_ffi_make_pointer_type(zend_ffi_dcl *dcl) /* {{{ */
6389 void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len) /* {{{ */
6449 void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *nested_dcl) /* {{{ */
6630 void zend_ffi_declare(const char *name, size_t name_len, zend_ffi_dcl *dcl) /* {{{ */
6719 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, bool incomplete) /*…
6797 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi) /* {{{ */
6831 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len) /* {{{ */
6914 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
7029 void zend_ffi_add_msvc_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, zend_f…
7088 void zend_ffi_nested_declaration(zend_ffi_dcl *dcl, zend_ffi_dcl *nested_dcl) /* {{{ */
7104 void zend_ffi_align_as_type(zend_ffi_dcl *dcl, zend_ffi_dcl *align_dcl) /* {{{ */
7111 void zend_ffi_align_as_val(zend_ffi_dcl *dcl, zend_ffi_val *align_val) /* {{{ */
7488 void zend_ffi_expr_cast(zend_ffi_val *val, zend_ffi_dcl *dcl) /* {{{ */
7711 void zend_ffi_expr_sizeof_type(zend_ffi_val *val, zend_ffi_dcl *dcl) /* {{{ */
7754 void zend_ffi_expr_alignof_type(zend_ffi_val *val, zend_ffi_dcl *dcl) /* {{{ */