Searched refs:type_ptr (Results 1 – 2 of 2) sorted by relevance
211 #define ZEND_TYPE_LIST_FOREACH(list, type_ptr) do { \ argument215 type_ptr = _list;223 #define ZEND_TYPE_FOREACH(type, type_ptr) do { \ argument234 type_ptr = _cur;
3802 zend_ffi_type *type, *type_ptr; in ZEND_METHOD() local3881 type_ptr = dcl.type; in ZEND_METHOD()3885 type_ptr = type = ctype->type; in ZEND_METHOD()3901 zend_ffi_type_dtor(type_ptr); in ZEND_METHOD()3912 cdata->type = type_ptr; in ZEND_METHOD()4031 type_ptr = dcl.type; in ZEND_METHOD()4035 type_ptr = type = ctype->type; in ZEND_METHOD()4054 cdata->type = type_ptr; in ZEND_METHOD()4065 cdata->type = type_ptr; in ZEND_METHOD()4075 cdata->type = type_ptr; in ZEND_METHOD()[all …]
Completed in 36 milliseconds