Lines Matching refs:FFI_G
28 #define yy_buf FFI_G(buf)
29 #define yy_end FFI_G(end)
30 #define yy_pos FFI_G(pos)
31 #define yy_text FFI_G(text)
32 #define yy_line FFI_G(line)
2866 zend_bool old_allow_vla = FFI_G(allow_vla); in parse_parameter_declaration()
2867 FFI_G(allow_vla) = 1; in parse_parameter_declaration()
2872 FFI_G(allow_vla) = old_allow_vla; in parse_parameter_declaration()
2976 orig_attribute_parsing = FFI_G(attribute_parsing); in parse_attrib()
2977 FFI_G(attribute_parsing) = 1; in parse_attrib()
2986 FFI_G(attribute_parsing) = orig_attribute_parsing; in parse_attrib()
3556 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_decl()
3557 FFI_G(allow_vla) = 0; in zend_ffi_parse_decl()
3558 FFI_G(attribute_parsing) = 0; in zend_ffi_parse_decl()
3571 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_type()
3572 FFI_G(allow_vla) = 0; in zend_ffi_parse_type()
3573 FFI_G(attribute_parsing) = 0; in zend_ffi_parse_type()