* APR_ENOTIMPL if no asynch support, or an apr_pollset_add error.
* @remark When activity is found on any 1 socket in the list, all are removed
* from the pollset and only 1 callback is issued.
- * @fn apr_status_t (p_mpm_register_socket_callback(apr_socket_t **s, apr_pool_t *p, int for_read, ap_mpm_callback_fn_t *cbfn, void *baton)
+ * @fn apr_status_t ap_mpm_register_socket_callback(apr_socket_t **s, apr_pool_t *p, int for_read, ap_mpm_callback_fn_t *cbfn, void *baton)
*/
AP_DECLARE(apr_status_t) ap_mpm_register_socket_callback(apr_socket_t **s,
* @param module_index The module_index of the module logging this buffer
* @param level The log level
* @param c The connection which we are logging for
+ * @param s The server which we are logging for
* @param label A label for the buffer, to be logged preceding the buffer
* @param data The buffer to be logged
* @param len The length of the buffer
/**
* Check if string contains a control character
* @param str the string to check
- * @param srclen length of the data
* @return 1 if yes, 0 if no control characters
*/
AP_DECLARE(int) ap_has_cntrl(const char *str)
/**
* Open the extended pipe-of-death.
* @param p The pool to use for allocating the pipe
- * @param pod the pipe-of-death that is created.
+ * @param pod The pipe-of-death that is created.
*/
AP_DECLARE(apr_status_t) ap_mpm_podx_open(apr_pool_t *p, ap_pod_t **pod);
/**
* Close the pipe-of-death
*
- * @param extended pod the pipe-of-death to close.
+ * @param pod The pipe-of-death to close.
*/
AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod);
* usage is with NUL-terminated strings, most functions also work with
* arbitrary binary data.
*
- * @defgroup APACHE_CORE_VARBUF
+ * @defgroup APACHE_CORE_VARBUF Variable length buffer library
* @ingroup APACHE_CORE
* @{
*/
/** Read a line from an ap_configfile_t and append it to an ap_varbuf.
* @param vb pointer to the ap_varbuf struct
- * @param cfg pointer to the ap_configfile_t
+ * @param cfp pointer to the ap_configfile_t
* @param max_len maximum line length, including leading/trailing whitespace
* @return see ap_cfg_getline()
* @note vb->strlen will be set to the length of the line