Searched refs:toasc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c1468 int n, ret = 0, gotack = 0, fdin, fdout, fromasc = 0, toasc = 0; local
1502 toasc = 1;
1507 if (toasc)
1512 n = (toasc) ? read_ptr(fdin, ascbuf, ZF_ASCSIZE, rtmout)
1516 if (toasc) {
1685 if (toasc)
/macosx-10.10/apache-793/httpd/include/
H A Dhttpd.h1673 * @param toasc Whether to escape all non-ASCII chars to \&\#nnn;
1676 AP_DECLARE(char *) ap_escape_html2(apr_pool_t *p, const char *s, int toasc);
/macosx-10.10/apache-793/httpd/server/
H A Dutil.c1859 AP_DECLARE(char *) ap_escape_html2(apr_pool_t *p, const char *s, int toasc) argument
1872 else if (toasc && !apr_isascii(s[i]))
1896 else if (toasc && !apr_isascii(s[i])) {

Completed in 79 milliseconds