Searched refs:yy_buf (Results 1 – 2 of 2) sorted by relevance
58 #define yy_buf FFI_G(buf)885 yy_buf = (unsigned char*)str;886 yy_end = yy_buf + len;900 yy_pos = yy_text = yy_buf = (unsigned char*)str;901 yy_end = yy_buf + len;
28 #define yy_buf FFI_G(buf) macro3547 yy_pos = yy_text = yy_buf; in parse()3559 yy_buf = (unsigned char*)str; in zend_ffi_parse_decl()3560 yy_end = yy_buf + len; in zend_ffi_parse_decl()3574 yy_pos = yy_text = yy_buf = (unsigned char*)str; in zend_ffi_parse_type()3575 yy_end = yy_buf + len; in zend_ffi_parse_type()
Completed in 15 milliseconds