Lines Matching defs:in
6 ** (the "License"); you may not use this file except in compliance with
11 ** Unless required by applicable law or agreed to in writing, software
48 * values (and don't start at 0 in count)
70 apr_bucket_brigade *in;
117 user for input via stdin/stdout. used in interactive mode.
121 we take the promptstring defined in the handle and interpolate variables as
128 as null, then nothing else in the parentheses will be displayed
133 need some love... I left these in here just as feature reminders, rather
138 description of the param (name) being requested (currently unused in
140 $d - default value for the param (currently unused in lib)
410 req->in = apr_brigade_create(pool, ba);
416 APR_BRIGADE_INSERT_HEAD(req->in, pipe);
417 APR_BRIGADE_INSERT_TAIL(req->in, eos);
437 switch (s = apr_brigade_partition(req->in, bytes, &e)) {
442 apreq_brigade_move(req->tmpbb, req->in, e);
462 apreq_brigade_move(req->tmpbb, req->in, e);