Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dsendmail.c339 zend_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()
1015 zend_bool in_quotes = 0; in get_angle_addr() local
1019 if (*p1 == '\\' && in_quotes) { in get_angle_addr()
1026 in_quotes = !in_quotes; in get_angle_addr()
1027 } else if (*p1 == '<' && !in_quotes) { in get_angle_addr()
1035 if (*p2 == '\\' && in_quotes) { in get_angle_addr()
1042 in_quotes = !in_quotes; in get_angle_addr()
[all …]

Completed in 7 milliseconds