Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c1525 const char *comp, *cend; local
1530 comp = cend = c = (char*)s;
1552 cend = c;
1563 cend = c;
1587 cend = c;
1589 if (suffix != NULL && sufflen < (size_t)(cend - comp) &&
1590 memcmp(cend - sufflen, suffix, sufflen) == 0) {
1591 cend -= sufflen;
1594 len = cend - comp;
/PHP-7.4/ext/ffi/
H A Dffi_parser.c41 #define YYEND cend
320 const unsigned char *cend = yy_end; in get_skip_sym() local

Completed in 51 milliseconds