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

/PHP_5_5/ext/standard/
H A Dfilters.c1769 char *dot; local
1777 if ((dot = strchr(filtername, '.')) == NULL) {
1780 ++dot;
1784 if (strcasecmp(dot, "base64-encode") == 0) {
1786 } else if (strcasecmp(dot, "base64-decode") == 0) {
1788 } else if (strcasecmp(dot, "quoted-printable-encode") == 0) {
1790 } else if (strcasecmp(dot, "quoted-printable-decode") == 0) {
H A Dhtml.c412 char *dot, *at; local
417 dot = strchr(localename, '.');
418 if (dot) {
419 dot++;
421 at = strchr(dot, '@');
423 len = at - dot;
425 len = strlen(dot);
426 charset_hint = dot;

Completed in 8 milliseconds