Searched defs:partial (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dmod_charset_lite.c411 const char *partial,
418 memcpy(ctx->buf, partial, partial_len);
683 /* Rats... we need to finish a partial character from the previous
705 if (rv == APR_INCOMPLETE) { /* partial character at end of input */
714 /* bad input byte or partial char too big to store */
736 /* Oops... we have a partial char from the previous bucket
876 /* Oops... we have a partial char from the previous bucket
909 /* Rats... we need to finish a partial character from the previous
928 if (rv == APR_INCOMPLETE) { /* partial character at end of input */
939 /* bad input byte or partial cha
410 set_aside_partial_char(charset_filter_ctx_t *ctx, const char *partial, apr_size_t partial_len) argument
[all...]
/httpd/modules/lua/
H A Dlua_request.c1600 * ap_os_escape_path (apr_pool_t *p, const char *path, int partial)
1604 * @param partial if set, assume that the path will be appended to something
1613 int partial = 0; local
1619 partial = lua_toboolean(L, 3);
1620 returnValue = ap_os_escape_path(r->pool, path, partial);
/httpd/server/
H A Dutil.c1863 * If partial is set, os_escape_path() assumes that the path will be appended to
1891 AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial) argument
1902 if (!partial) {

Completed in 37 milliseconds