Searched refs:cur_str (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_charset_lite.c456 const char **cur_str,
472 ctx->buf[ctx->saved] = **cur_str;
474 ++*cur_str;
786 const char *cur_str; local
923 rv = apr_bucket_read(dptr, &cur_str, &cur_len, APR_BLOCK_READ);
945 &cur_str, &cur_len,
950 cur_str, &cur_avail,
954 cur_str += cur_len - cur_avail;
961 rv = set_aside_partial_char(ctx, cur_str, cur_len);
454 finish_partial_char(charset_filter_ctx_t *ctx, const char **cur_str, apr_size_t *cur_len, char **out_str, apr_size_t *out_len) argument
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregexec.c182 re_node_set *cur_nodes, Idx cur_str,
3257 Idx cur_str, Idx subexp_num, int type)
3261 Idx cache_idx_start = search_cur_bkref_entry (mctx, cur_str);
3277 to_idx = cur_str + ent->subexp_to - ent->subexp_from;
3280 if (to_idx == cur_str)
3252 expand_bkref_cache(re_match_context_t *mctx, re_node_set *cur_nodes, Idx cur_str, Idx subexp_num, int type) argument

Completed in 131 milliseconds