Home
last modified time | relevance | path

Searched refs:FFI_G (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/ffi/
H A Dffi.c2885 if (FFI_G(is_cli) in zend_ffi_validate_api_restriction()
2933 FFI_G(tags) = NULL; in ZEND_METHOD()
2986 FFI_G(tags) = NULL; in ZEND_METHOD()
3152 if (FFI_G(tags)) { in zend_ffi_cleanup_type()
3222 FFI_G(tags) = NULL; in zend_ffi_load()
3417 FFI_G(tags) = NULL; in zend_ffi_load()
3429 if (FFI_G(tags)) { in zend_ffi_load()
3533 if (FFI_G(tags)) { in zend_ffi_validate_incomplete_type()
5917 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));
6493 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));
[all …]
H A Dffi.g58 #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 …]
H A Dffi_parser.c28 #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 …]
H A Dphp_ffi.h73 #define FFI_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(ffi, v) macro

Completed in 37 milliseconds