Lines Matching defs:numeric
193 * @numeric: 0 if actual names should be returned, 1 if the numeric
196 * host name or numeric representation. Unused if NULL.
198 * service name or numeric representation. Unused if NULL.
203 static int addr_strings(const BIO_ADDR *ap, int numeric,
215 if (numeric)
277 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric)
281 if (addr_strings(ap, numeric, &hostname, NULL))
287 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric)
291 if (addr_strings(ap, numeric, NULL, &service))