Searched refs:ignoreBytes (Results 1 – 2 of 2) sorted by relevance
91 unsigned int ignoreBytes; /* bytes to ignore before the next request */ member268 if (oci->ignoreBytes > 0) { in ReadRequestFromClient()269 if (oci->ignoreBytes > oci->size) in ReadRequestFromClient()272 needed = oci->ignoreBytes; in ReadRequestFromClient()315 oci->ignoreBytes = needed - gotnow; in ReadRequestFromClient()411 if (oci->ignoreBytes > 0) { in ReadRequestFromClient()412 assert(needed == oci->ignoreBytes || needed == oci->size); in ReadRequestFromClient()418 oci->ignoreBytes -= gotnow; in ReadRequestFromClient()423 oci->ignoreBytes -= needed; in ReadRequestFromClient()992 oci->ignoreBytes = 0; in AllocateInputBuffer()[all …]
62176 os: Reset input buffer's 'ignoreBytes' field62186 reuse the ConnectionInput buffer without resetting the ignoreBytes field. This62189 This fixes that behavior by resetting the ignoreBytes field when putting the103258 'gotnow' from oci->ignoreBytes. If needed < gotnow, simply subtract103260 Since the code immediately following the (oci->ignoreBytes > 0) block105865 whenever oci->ignoreBytes is nonzero, ignore the data read instead of trying to