Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c912 # ifndef yystrlen
914 # define yystrlen strlen macro
920 yystrlen (const char *yystr) in yystrlen() function
923 yystrlen (yystr) in yystrlen()
1005 return yystrlen (yystr); in yytnamerr()
1114 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/PHP-7.2/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.2/Zend/
H A Dzend_language_parser.y1327 yystr_len = (unsigned int)yystrlen(yystr);
1355 return yystrlen(yystr) - (*yystr == '"' ? 2 : 0);

Completed in 23 milliseconds