Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/
H A Dffi_parser.c327 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l…
2578 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2612 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2620 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