tokenlen         1572 ext/phar/phar.c 	const long tokenlen = sizeof(token) - 1;
tokenlen         1592 ext/phar/phar.c 		if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
tokenlen         1598 ext/phar/phar.c 			pos = buffer+tokenlen;
tokenlen         1718 ext/phar/phar.c 		memmove(buffer, buffer + window_size, tokenlen); /* move the memory buffer by the size of the window */