Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c2846 if (FFI_G(is_cli) in zend_ffi_validate_api_restriction()
2894 FFI_G(tags) = NULL; in ZEND_METHOD()
2945 FFI_G(tags) = NULL; in ZEND_METHOD()
3111 if (FFI_G(tags)) { in zend_ffi_cleanup_type()
3181 FFI_G(tags) = NULL; in zend_ffi_load()
3376 FFI_G(tags) = NULL; in zend_ffi_load()
3388 if (FFI_G(tags)) { in zend_ffi_load()
3492 if (FFI_G(tags)) { in zend_ffi_validate_incomplete_type()
5635 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));
6211 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));
[all …]
H A Dffi.g62 #define yy_buf FFI_G(buf)
63 #define yy_end FFI_G(end)
64 #define yy_pos FFI_G(pos)
65 #define yy_text FFI_G(text)
66 #define yy_line FFI_G(line)
448 {FFI_G(allow_vla) = 1;}
886 if (SETJMP(FFI_G(bailout))==0) {
887 FFI_G(allow_vla) = 0;
888 FFI_G(attribute_parsing) = 0;
902 FFI_G(allow_vla) = 0;
[all …]
H A Dffi_parser.c30 #define yy_buf FFI_G(buf)
31 #define yy_end FFI_G(end)
32 #define yy_pos FFI_G(pos)
33 #define yy_text FFI_G(text)
34 #define yy_line FFI_G(line)
2869 FFI_G(allow_vla) = 1; in parse_parameter_declaration()
2979 FFI_G(attribute_parsing) = 1; in parse_attrib()
3559 FFI_G(allow_vla) = 0; in zend_ffi_parse_decl()
3560 FFI_G(attribute_parsing) = 0; in zend_ffi_parse_decl()
3574 FFI_G(allow_vla) = 0; in zend_ffi_parse_type()
[all …]
H A Dphp_ffi.h75 #define FFI_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(ffi, v) macro

Completed in 58 milliseconds