HomeSort by: relevance | last modified time | path
    Searched defs:commatxt_fromtext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rdata.c 160 commatxt_fromtext(isc_textregion_t *source, bool comma, isc_buffer_t *target);
1732 commatxt_fromtext(isc_textregion_t *source, bool comma, isc_buffer_t *target) { function
1853 return commatxt_fromtext(source, false, target);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdata.c 167 commatxt_fromtext(isc_textregion_t *source, bool comma, isc_buffer_t *target);
1548 commatxt_fromtext(isc_textregion_t *source, bool comma, isc_buffer_t *target) { function
1664 return (commatxt_fromtext(source, false, target));

Completed in 15 milliseconds