Lines Matching defs:off
186 apr_size_t off = 0, dlen;
218 while (off < dlen) {
219 switch (data[off++]) {
222 if (off < dlen)
223 apr_bucket_split(e, off);
235 if (off > 1) {
236 apr_bucket_split(e, off - 1);
237 dlen -= off - 1;
238 data += off - 1;
239 off = 1;
257 while (off < dlen) {
258 switch (data[off++]) {
270 if (off > 1) {
271 apr_bucket_split(e, off - 1);
272 dlen -= off - 1;
273 data += off - 1;
274 off = 1;
286 while (off < dlen) {
288 if (data[off++] == '\n') {
298 if (off == dlen)
301 switch (data[off]) {
306 ++off;
312 if (off > 0)
313 apr_bucket_split(e, off);
339 while (off < dlen) {
340 switch (data[off++]) {