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

/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c137 #define PROXY_COLON DICT_TYPE_PROXY ":" macro
138 #define PROXY_COLON_LEN (sizeof(PROXY_COLON) - 1)
140 if (strncmp(map, PROXY_COLON, PROXY_COLON_LEN) != 0)
142 PROXY_COLON, map);
/netbsd-current/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c330 #define PROXY_COLON DICT_TYPE_PROXY ":" macro
331 #define PROXY_COLON_LEN (sizeof(PROXY_COLON) - 1)
343 while (strncmp(map_type_name, PROXY_COLON, PROXY_COLON_LEN) == 0)
683 while (strncmp(map, PROXY_COLON, PROXY_COLON_LEN) == 0)
730 if (strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN))
734 } while (!strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN));

Completed in 176 milliseconds