Lines Matching defs:in
5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
54 /* Put these in the dir config so they work inside <Location> */
67 /* Put these in the dir config so they work inside <Location> */
138 * Escape the globbing characters in a path used as argument to
166 * Check for globbing characters in a path used as argument to
216 * ap_rgetline() in protocol.c. Deprecate this function and use ap_rgetline()
263 * if the last character in the 'response' buffer is an ASCII_LF.
379 * remembers the response message in the supplied buffer
422 * stack to mod_autoindex, which in theory should turn the raw ascii into
425 * all in good time...! :)
429 apr_bucket_brigade *in;
442 apr_bucket_brigade *in)
460 ctx->in = apr_brigade_create(p, c->bucket_alloc);
466 APR_BRIGADE_CONCAT(ctx->in, in);
480 * is no problem in the reverse proxy case as the browser sents the
607 while (!found && !APR_BRIGADE_EMPTY(ctx->in)) {
612 e = APR_BRIGADE_FIRST(ctx->in);
701 /* handle filenames with spaces in 'em */
726 /* Try a fallback for listings in the format of "ls -s1" */
779 * can be any character in ASCII from 33-126, obscurely. Verify
799 * Allows for tracing the FTP protocol (in LogLevel debug)
857 /* 501 Syntax error in parameters or arguments. */
859 /* 530 Not logged in. */
891 /* 501 Syntax error in parameters or arguments. */
918 * supplied in the Authorization: header.
988 /* char *account = NULL; how to supply an account in a URL? */
1017 return DECLINED; /* only interested in FTP */
1078 * to "override" the URL-coded user [ & password ] in the Browsers'
1080 * than having the password travel in plain as part of the URL, because
1216 /* 120 Service ready in nnn minutes. */
1236 * seconds (in decimal) after the time of the response. Retry-After
1262 /* 230 User logged in, proceed. */
1268 /* 501 Syntax error in parameters or arguments. */
1269 /* 530 Not logged in. */
1296 /* 230 User logged in, proceed. */
1300 /* 501 Syntax error in parameters or arguments. */
1302 /* 530 Not logged in. */
1377 /* 501 Syntax error in parameters or arguments. */
1379 /* 530 Not logged in. */
1423 /* 501 Syntax error in parameters or arguments. */
1425 /* 530 Not logged in. */
1518 /* 501 Syntax error in parameters or arguments. */
1520 /* 530 Not logged in. */
1553 /* FIXME: Only supports IPV4 - fix in RFC2428 */
1661 /* 501 Syntax error in parameters or arguments. */
1663 /* 530 Not logged in. */
1715 * SIZE is not in RFC959, but Postel has blessed it and
1716 * it will be in the updated RFC.
1718 * Return size of file in a format suitable for
1760 /* 501 Syntax error in parameters or arguments. */
1762 /* 530 Not logged in. */
1811 * when a file in the server NVFS was last modified. <..>
1817 * Time values are always represented in UTC (GMT)
1877 /* 451 Requested action aborted. Local error in processing. */
1879 /* 501 Syntax error in parameters or arguments. */
1880 /* 530 Not logged in. */
1894 /* Directory Listings should always be fetched in ASCII mode */
1905 /* 501 Syntax error in parameters or arguments. */
1907 /* 530 Not logged in. */
2036 * are in might have SSL enabled
2176 RSRC_CONF|ACCESS_CONF, "Whether wildcard characters in a path cause mod_proxy_ftp to list the files instead of trying to get them. Defaults to on."),
2178 RSRC_CONF|ACCESS_CONF, "Whether the proxy should escape wildcards in paths before sending them to the FTP server. Defaults to on, but most FTP servers will need it turned off if you need to manage paths that contain wildcard characters."),