Home
last modified time | relevance | path

Searched refs:esc_extra (Results 1 – 8 of 8) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Durlmatch.c17 const char *esc_extra, in append_normalized_escapes() argument
56 (esc_extra && strchr(esc_extra, ch)) || in append_normalized_escapes()
/dports/devel/git-svn/git-2.34.1/
H A Durlmatch.c17 const char *esc_extra, in append_normalized_escapes() argument
56 (esc_extra && strchr(esc_extra, ch)) || in append_normalized_escapes()
/dports/devel/git-p4/git-2.34.1/
H A Durlmatch.c17 const char *esc_extra, in append_normalized_escapes() argument
56 (esc_extra && strchr(esc_extra, ch)) || in append_normalized_escapes()
/dports/devel/git-gui/git-2.34.1/
H A Durlmatch.c17 const char *esc_extra, in append_normalized_escapes() argument
56 (esc_extra && strchr(esc_extra, ch)) || in append_normalized_escapes()
/dports/devel/git/git-2.34.1/
H A Durlmatch.c17 const char *esc_extra, in append_normalized_escapes() argument
56 (esc_extra && strchr(esc_extra, ch)) || in append_normalized_escapes()
/dports/devel/git-cvs/git-2.34.1/
H A Durlmatch.c17 const char *esc_extra, in append_normalized_escapes() argument
56 (esc_extra && strchr(esc_extra, ch)) || in append_normalized_escapes()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Duri-util.h226 unsigned char esc_mask, const char *esc_extra,
H A Duri-util.c1189 unsigned char esc_mask, const char *esc_extra, in uri_data_encode() argument
1197 (esc_extra != NULL && strchr(esc_extra, (char)*p) != NULL)) { in uri_data_encode()