Searched refs:tokenlen (Results 1 – 1 of 1) sorted by relevance
1576 const long tokenlen = sizeof(token) - 1; local1596 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {1602 pos = buffer+tokenlen;1722 …memmove(buffer, buffer + window_size, tokenlen); /* move the memory buffer by the size of the wind…
Completed in 13 milliseconds