Home
last modified time | relevance | path

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

/PHP-8.2/win32/
H A Dsendmail.c339 bool in_quotes = 0; in find_address() local
350 if (*p == '\\' && in_quotes) { in find_address()
357 in_quotes = !in_quotes; in find_address()
358 } else if (*p == ',' && !in_quotes) { in find_address()
1016 bool in_quotes = 0; in get_angle_addr() local
1020 if (*p1 == '\\' && in_quotes) { in get_angle_addr()
1027 in_quotes = !in_quotes; in get_angle_addr()
1028 } else if (*p1 == '<' && !in_quotes) { in get_angle_addr()
1036 if (*p2 == '\\' && in_quotes) { in get_angle_addr()
1043 in_quotes = !in_quotes; in get_angle_addr()
[all …]

Completed in 11 milliseconds