Searched refs:ap_varbuf (Results 1 - 7 of 7) sorted by relevance
/httpd/include/ |
H A D | util_varbuf.h | 47 struct ap_varbuf { struct 71 * used ap_varbuf. The old buffer will be released when the corresponding 73 * even if the ap_varbuf was located on the stack and has gone out of scope. 76 * @param vb Pointer to the ap_varbuf struct 80 AP_DECLARE(void) ap_varbuf_init(apr_pool_t *pool, struct ap_varbuf *vb, 88 * @param vb Pointer to the ap_varbuf struct 96 AP_DECLARE(void) ap_varbuf_grow(struct ap_varbuf *vb, apr_size_t new_size); 99 * Release memory from a ap_varbuf immediately, if possible. 102 * @param vb Pointer to the ap_varbuf struct 106 AP_DECLARE(void) ap_varbuf_free(struct ap_varbuf *v [all...] |
/httpd/modules/lua/ |
H A D | lua_request.h | 55 struct ap_varbuf vb;
|
/httpd/modules/aaa/ |
H A D | mod_authz_groupfile.c | 91 struct ap_varbuf vb;
|
/httpd/server/ |
H A D | util.c | 382 struct ap_varbuf *vb, const char *input, 1101 AP_DECLARE(apr_status_t) ap_varbuf_cfg_getline(struct ap_varbuf *vb, 2778 AP_DECLARE(void) ap_varbuf_init(apr_pool_t *p, struct ap_varbuf *vb, 2790 AP_DECLARE(void) ap_varbuf_grow(struct ap_varbuf *vb, apr_size_t new_len) 2875 AP_DECLARE(void) ap_varbuf_strmemcat(struct ap_varbuf *vb, const char *str, 2895 AP_DECLARE(void) ap_varbuf_free(struct ap_varbuf *vb) 2904 AP_DECLARE(char *) ap_varbuf_pdup(apr_pool_t *p, struct ap_varbuf *buf, 2937 AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb, 3074 struct ap_varbuf vb;
|
H A D | config.c | 1235 struct ap_varbuf vb; 1369 struct ap_varbuf vb; 1604 struct ap_varbuf vb;
|
H A D | util_expr_eval.c | 1155 struct ap_varbuf vb;
|
/httpd/modules/filters/ |
H A D | mod_substitute.c | 116 struct ap_varbuf vb;
|
Completed in 2792 milliseconds