Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi_parser.c269 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l…
2515 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2549 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2557 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator() function

Completed in 11 milliseconds