Searched refs:acceptable (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/contrib/serf/buckets/
H A Dbarrier_buckets.c60 int acceptable, int *found,
65 return serf_bucket_readline(ctx->stream, acceptable, found, data, len);
59 serf_barrier_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dfile_buckets.c91 int acceptable, int *found,
96 return serf_databuf_readline(&ctx->databuf, acceptable, found, data, len);
90 serf_file_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dlimit_buckets.c75 int acceptable, int *found,
86 status = serf_bucket_readline(ctx->stream, acceptable, found, data, len);
74 serf_limit_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dmmap_buckets.c74 int acceptable, int *found,
89 serf_util_readline(&end, len, acceptable, found);
73 serf_mmap_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dresponse_body_buckets.c82 int acceptable, int *found,
94 status = serf_bucket_readline(ctx->stream, acceptable, found, data, len);
81 serf_response_body_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dbuckets.c228 int acceptable,
238 /* If _only_ CRLF is acceptable, then the scanning needs a loop to
241 if (acceptable == SERF_NEWLINE_CRLF) {
248 want_cr = acceptable & SERF_NEWLINE_CR;
249 want_crlf = acceptable & SERF_NEWLINE_CRLF;
250 want_lf = acceptable & SERF_NEWLINE_LF;
385 int acceptable,
398 serf_util_readline(&databuf->current, &databuf->remaining, acceptable,
445 int acceptable)
501 status = serf_bucket_readline(bucket, acceptable,
225 serf_util_readline( const char **data, apr_size_t *len, int acceptable, int *found) argument
383 serf_databuf_readline( serf_databuf_t *databuf, int acceptable, int *found, const char **data, apr_size_t *len) argument
442 serf_linebuf_fetch( serf_linebuf_t *linebuf, serf_bucket_t *bucket, int acceptable) argument
[all...]
H A Dsocket_buckets.c99 int acceptable, int *found,
104 return serf_databuf_readline(&ctx->databuf, acceptable, found, data, len);
98 serf_socket_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dbwtp_buckets.c266 int acceptable, int *found,
273 return serf_bucket_readline(bucket, acceptable, found, data, len);
349 static apr_status_t fetch_line(incoming_context_t *ctx, int acceptable) argument
351 return serf_linebuf_fetch(&ctx->linebuf, ctx->stream, acceptable);
569 int acceptable, int *found,
581 return serf_bucket_readline(ctx->body, acceptable, found, data, len);
265 serf_bwtp_frame_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
568 bwtp_incoming_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dchunk_buckets.c153 int acceptable, int *found,
159 status = serf_bucket_readline(ctx->chunk, acceptable, found, data, len);
152 serf_chunk_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Drequest_buckets.c158 int acceptable, int *found,
165 return serf_bucket_readline(bucket, acceptable, found, data, len);
157 serf_request_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dsimple_buckets.c110 int acceptable, int *found,
117 serf_util_readline(&ctx->current, &ctx->remaining, acceptable, found);
109 serf_simple_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dresponse_buckets.c97 static apr_status_t fetch_line(response_context_t *ctx, int acceptable) argument
99 return serf_linebuf_fetch(&ctx->linebuf, ctx->stream, acceptable);
404 int acceptable, int *found,
416 return serf_bucket_readline(ctx->body, acceptable, found, data, len);
403 serf_response_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Diovec_buckets.c57 int acceptable, int *found,
56 serf_iovec_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Daggregate_buckets.c353 int acceptable, int *found,
377 status = serf_bucket_readline(head, acceptable, found,
352 serf_aggregate_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dheaders_buckets.c350 int acceptable, int *found,
357 if ((acceptable & SERF_NEWLINE_CRLF) == 0)
349 serf_headers_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dssl_buckets.c1736 int acceptable, int *found,
1742 return serf_databuf_readline(ctx->databuf, acceptable, found, data, len);
1735 serf_ssl_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-10.0-release/contrib/serf/
H A Dserf_bucket_util.h163 * @a acceptable contains the allowed forms of a newline, and @a found
191 int acceptable,
267 * The @a acceptable, @a found, @a data, and @a len fields are interpreted
272 int acceptable,
H A Dserf.h726 * was acceptable. It may be that the LF is present, but it needs to be
765 * The acceptable forms of a newline are given by @a acceptable, and
778 apr_status_t (*readline)(serf_bucket_t *bucket, int acceptable,
1035 * @a linebuf. @a acceptable specifies the types of newlines which are
1036 * acceptable for this fetch.
1044 int acceptable);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dsb_bucket.c122 sb_bucket_readline(serf_bucket_t *bucket, int acceptable, argument
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsntp-opts.def204 sets the maximum value of various delays that are deemed acceptable to
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregexec.c3342 bitset_t acceptable;
3423 bitset_empty (acceptable);
3466 bitset_merge (acceptable, dests_ch[i]);
3482 for (ch = i * BITSET_WORD_BITS, elem = acceptable[i], mask = 1;
3513 for (ch = i * BITSET_WORD_BITS, elem = acceptable[i], mask = 1;
3530 if (bitset_contain (acceptable, NEWLINE_CHAR))
3338 bitset_t acceptable; local
/freebsd-10.0-release/contrib/gdb/
H A Dlibtool.m4504 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/freebsd-10.0-release/contrib/gperf/lib/
H A Dconfigure1986 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1988 echo "$as_me: error: no acceptable C compiler found in \$PATH
/freebsd-10.0-release/contrib/gperf/src/
H A Dconfigure1988 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1990 echo "$as_me: error: no acceptable C compiler found in \$PATH
/freebsd-10.0-release/contrib/ofed/libibcm/
H A Dconfigure2455 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2457 echo "$as_me: error: no acceptable C compiler found in \$PATH
3335 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3336 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
10048 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
10049 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
18908 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
18910 echo "$as_me: error: no acceptable C compiler found in \$PATH

Completed in 311 milliseconds

12