Searched refs:FFI_G (Results 1 – 4 of 4) sorted by relevance
2864 if (FFI_G(is_cli) in zend_ffi_validate_api_restriction()2912 FFI_G(tags) = NULL; in ZEND_METHOD()2965 FFI_G(tags) = NULL; in ZEND_METHOD()3131 if (FFI_G(tags)) { in zend_ffi_cleanup_type()3201 FFI_G(tags) = NULL; in zend_ffi_load()3396 FFI_G(tags) = NULL; in zend_ffi_load()3408 if (FFI_G(tags)) { in zend_ffi_load()3512 if (FFI_G(tags)) { in zend_ffi_validate_incomplete_type()5561 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));6137 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));[all …]
58 #define yy_buf FFI_G(buf)59 #define yy_end FFI_G(end)60 #define yy_pos FFI_G(pos)61 #define yy_text FFI_G(text)62 #define yy_line FFI_G(line)444 {FFI_G(allow_vla) = 1;}882 if (SETJMP(FFI_G(bailout))==0) {883 FFI_G(allow_vla) = 0;884 FFI_G(attribute_parsing) = 0;898 FFI_G(allow_vla) = 0;[all …]
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)2867 FFI_G(allow_vla) = 1; in parse_parameter_declaration()2977 FFI_G(attribute_parsing) = 1; in parse_attrib()3557 FFI_G(allow_vla) = 0; in zend_ffi_parse_decl()3558 FFI_G(attribute_parsing) = 0; in zend_ffi_parse_decl()3572 FFI_G(allow_vla) = 0; in zend_ffi_parse_type()[all …]
73 #define FFI_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(ffi, v) macro
Completed in 44 milliseconds