Searched defs:str_totext (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | base64.c | 43 str_totext(const char *source, isc_buffer_t *target); 70 RETERR(str_totext(buf, target)); 78 RETERR(str_totext(wordbreak, target)); 87 RETERR(str_totext(buf, target)); 93 RETERR(str_totext(buf, target)); 227 str_totext(const char *source, isc_buffer_t *target) { function
|
H A D | hex.c | 43 str_totext(const char *source, isc_buffer_t *target); 64 RETERR(str_totext(buf, target)); 72 RETERR(str_totext(wordbreak, target)); 176 str_totext(const char *source, isc_buffer_t *target) { function
|
H A D | base32.c | 43 str_totext(const char *source, isc_buffer_t *target); 72 RETERR(str_totext(buf, target)); 81 RETERR(str_totext(buf, target)); 89 RETERR(str_totext(buf, target)); 98 RETERR(str_totext(buf, target)); 104 RETERR(str_totext(buf, target)); 112 RETERR(str_totext(wordbreak, target)); 348 str_totext(const char *source, isc_buffer_t *target) { function
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rcode.c | 179 str_totext(const char *source, isc_buffer_t *target) { function 256 return (str_totext(table[i].name, target)); 261 return (str_totext(buf, target)); 452 return (str_totext("ANY", target)); 454 return (str_totext("CH", target)); 456 return (str_totext("HS", target)); 458 return (str_totext("IN", target)); 460 return (str_totext("NONE", target)); 462 return (str_totext("RESERVED0", target)); 465 return (str_totext(bu [all...] |
H A D | masterdump.c | 330 str_totext(const char *source, isc_buffer_t *target) { function 361 CHECK(str_totext("; ", target)); 363 CHECK(str_totext(" ", target)); 366 CHECK(str_totext(" ", target)); 368 CHECK(str_totext(" ...\n", target)); 372 CHECK(str_totext(" ", target)); 375 CHECK(str_totext("\n", target)); 501 RETERR(str_totext("\\-", target)); 513 RETERR(str_totext(";-$NXDOMAIN\n", target)); 515 RETERR(str_totext("; [all...] |
H A D | rdata.c | 141 str_totext(const char *source, isc_buffer_t *target); 787 result = str_totext(buf, target); 794 result = str_totext(buf, target); 800 result = str_totext(" ( ", target); 802 result = str_totext(" ", target); 815 result = str_totext(" )", target); 1074 return (str_totext(buf, target)); 1439 str_totext(const char *source, isc_buffer_t *target) { function 1875 return (str_totext(buf, target));
|
Completed in 22 milliseconds