Lines Matching refs:line

95  * --------- You shouldn't have to edit anything below this line ----------
780 /** The command line arguments */
782 /** Number of command line arguments passed to the program */
809 /** First line of request */
832 /** Status line, if set by script */
834 /** Status line */
1292 /** The line of the config file that the server was defined on */
1335 /** limit on size of the HTTP request line */
1443 * @param line The string to get the characters from
1447 AP_DECLARE(char *) ap_getword(apr_pool_t *p, const char **line, char stop);
1452 * @param line The string to get the characters from
1457 AP_DECLARE(char *) ap_getword_nc(apr_pool_t *p, char **line, char stop);
1463 * @param line The string to traverse
1464 * @return The first word in the line
1466 AP_DECLARE(char *) ap_getword_white(apr_pool_t *p, const char **line);
1472 * @param line The string to traverse
1473 * @return The first word in the line
1476 AP_DECLARE(char *) ap_getword_white_nc(apr_pool_t *p, char **line);
1481 * @param line The line to traverse
1486 AP_DECLARE(char *) ap_getword_nulls(apr_pool_t *p, const char **line,
1492 * @param line The line to traverse
1498 AP_DECLARE(char *) ap_getword_nulls_nc(apr_pool_t *p, char **line, char stop);
1503 * @param line The line to traverse
1506 AP_DECLARE(char *) ap_getword_conf(apr_pool_t *p, const char **line);
1511 * @param line The line to traverse
1515 AP_DECLARE(char *) ap_getword_conf_nc(apr_pool_t *p, char **line);
1556 * @param line The field value list to search
1560 AP_DECLARE(int) ap_find_list_item(apr_pool_t *p, const char *line, const char *tok);
1565 * @param line The field value list to search
1569 AP_DECLARE(int) ap_find_etag_weak(apr_pool_t *p, const char *line, const char *tok);
1574 * @param line The field value list to search
1578 AP_DECLARE(int) ap_find_etag_strong(apr_pool_t *p, const char *line, const char *tok);
1585 * @param tok The line to read tokens from
1603 * @param accept_line The line to retrieve the token from (adjusted afterwards)
1612 * @param line The line to find the token
1616 AP_DECLARE(int) ap_find_token(apr_pool_t *p, const char *line, const char *tok);
1619 * find http tokens from the end of the line
1621 * @param line The line to find the token
1625 AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line, const char *tok);
1936 * @li REG_NEWLINE - Match-any-character operators don't match new-line
2161 * @param nLine The line the assertion is defined on
2387 * Short function to execute a command and return the first line of