Home
last modified time | relevance | path

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

/php-src/win32/
H A Dsendmail.c338 bool in_quotes = 0; in find_address() local
349 if (*p == '\\' && in_quotes) { in find_address()
356 in_quotes = !in_quotes; in find_address()
357 } else if (*p == ',' && !in_quotes) { in find_address()
1017 bool in_quotes = 0; in get_angle_addr() local
1021 if (*p1 == '\\' && in_quotes) { in get_angle_addr()
1028 in_quotes = !in_quotes; in get_angle_addr()
1029 } else if (*p1 == '<' && !in_quotes) { in get_angle_addr()
1037 if (*p2 == '\\' && in_quotes) { in get_angle_addr()
1044 in_quotes = !in_quotes; in get_angle_addr()
[all …]

Completed in 6 milliseconds