Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c2952 if (FFI_G(is_cli) in zend_ffi_validate_api_restriction()
3013 FFI_G(tags) = NULL; in ZEND_METHOD()
3066 FFI_G(tags) = NULL; in ZEND_METHOD()
3232 if (FFI_G(tags)) { in zend_ffi_cleanup_type()
3306 FFI_G(tags) = NULL; in zend_ffi_load()
3512 FFI_G(tags) = NULL; in zend_ffi_load()
3524 if (FFI_G(tags)) { in zend_ffi_load()
3628 if (FFI_G(tags)) { in zend_ffi_validate_incomplete_type()
6022 FFI_G(symbols) = pemalloc(sizeof(HashTable), FFI_G(persistent));
6598 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)
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.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)
2930 FFI_G(allow_vla) = 1; in parse_parameter_declaration()
3040 FFI_G(attribute_parsing) = 1; in parse_attrib()
3620 FFI_G(allow_vla) = 0; in zend_ffi_parse_decl()
3621 FFI_G(attribute_parsing) = 0; in zend_ffi_parse_decl()
3635 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 80 milliseconds