Home | History | Annotate | Download | only in mail

Lines Matching defs:quoted

449 		case '"': /* quoted-string ... skip it! */
829 * qcontent = qtext / quoted-pair
830 * quoted-string = [CFWS]
845 * word = atom / quoted-string
852 * dcontent = dtext / quoted-pair
855 * local-part = dot-atom / quoted-string / obs-local-part
873 int quoted;
881 quoted = 0;
885 case '"': /* quoted-string */
888 if (!quoted)
890 quoted = 1;
905 if (!quoted && q < qend) {