Searched refs:dict_file_to_b64 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_static.c136 if ((base64_buf = dict_file_to_b64(&dict_static->dict, value)) == 0) {
H A Ddict_inline.c126 if ((base64_buf = dict_file_to_b64(dict, value)) == 0) {
H A Ddict_random.c100 if ((b64 = dict_file_to_b64(dict, arg)) != 0) {
H A Ddict_file.c15 /* VSTRING *dict_file_to_b64(
38 /* dict_file_to_b64() invokes dict_file_to_buf() and converts
149 /* dict_file_to_b64 - read files into a base64-encoded buffer */
151 VSTRING *dict_file_to_b64(DICT *dict, const char *pathnames) function
H A Ddict_thash.c193 if ((base64_buf = dict_file_to_b64(dict, value)) == 0) {
H A Ddict.h101 struct VSTRING *file_b64; /* dict_file_to_b64() */
320 extern struct VSTRING *dict_file_to_b64(DICT *, const char *);
H A Ddict_cidr.c224 if ((base64_buf = dict_file_to_b64(dict, value)) == 0) {
H A Ddict_regexp.c616 if ((base64_buf = dict_file_to_b64(dict, p)) == 0) {
H A Ddict_pcre.c815 if ((base64_buf = dict_file_to_b64(dict, p)) == 0) {
/netbsd-current/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c557 if ((base64_buf = dict_file_to_b64(mkmap->dict, value)) == 0) {

Completed in 121 milliseconds