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

/netbsd-current/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c331 #define PROXY_COLON_LEN (sizeof(PROXY_COLON) - 1) macro
343 while (strncmp(map_type_name, PROXY_COLON, PROXY_COLON_LEN) == 0)
344 map_type_name += PROXY_COLON_LEN;
683 while (strncmp(map, PROXY_COLON, PROXY_COLON_LEN) == 0)
684 map += PROXY_COLON_LEN;
730 if (strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN))
733 type_name += PROXY_COLON_LEN;
734 } while (!strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN));
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c138 #define PROXY_COLON_LEN (sizeof(PROXY_COLON) - 1) macro
140 if (strncmp(map, PROXY_COLON, PROXY_COLON_LEN) != 0)

Completed in 80 milliseconds