Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c910 # ifndef yystrlen
912 # define yystrlen strlen macro
918 yystrlen (const char *yystr) in yystrlen() function
921 yystrlen (yystr) in yystrlen()
1003 return yystrlen (yystr); in yytnamerr()
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/PHP-7.3/ext/json/
H A Djson_parser.tab.c827 # ifndef yystrlen
829 # define yystrlen strlen macro
833 yystrlen (const char *yystr) in yystrlen() function
905 return yystrlen (yystr); in yytnamerr()
1010 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/PHP-7.3/Zend/
H A Dzend_language_parser.y1324 yystr_len = (unsigned int)yystrlen(yystr);
1352 return yystrlen(yystr) - (*yystr == '"' ? 2 : 0);

Completed in 20 milliseconds