Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/json/
H A Djson_parser.tab.c830 # ifndef yystrlen
832 # define yystrlen strlen macro
836 yystrlen (const char *yystr) in yystrlen() function
908 return yystrlen (yystr); in yytnamerr()
1013 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/PHP-7.0/Zend/
H A Dzend_language_parser.y1310 yystr_len = (unsigned int)yystrlen(yystr);
1338 return yystrlen(yystr) - (*yystr == '"' ? 2 : 0);

Completed in 16 milliseconds