Lines Matching refs:stop
1444 * @param stop The character to stop at
1445 * @return A copy of the characters up to the first stop character
1447 AP_DECLARE(char *) ap_getword(apr_pool_t *p, const char **line, char stop);
1453 * @param stop The character to stop at
1454 * @return A copy of the characters up to the first stop character
1457 AP_DECLARE(char *) ap_getword_nc(apr_pool_t *p, char **line, char stop);
1479 * Get all characters from the first occurrence of @a stop to the first "\0"
1482 * @param stop The character to start at
1487 char stop);
1490 * Get all characters from the first occurrence of @a stop to the first "\0"
1493 * @param stop The character to start at
1498 AP_DECLARE(char *) ap_getword_nulls_nc(apr_pool_t *p, char **line, char stop);
2185 * @defgroup stopsignal Flags which indicate places where the server should stop for debugging.
2192 /** stop on a Detach */
2194 /** stop making a child process */
2196 /** stop spawning a child process */
2198 /** stop spawning a child process with a piped log */
2200 /** stop spawning a CGI child process */