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

  /src/external/ibm-public/postfix/dist/src/util/
dict_file.c 217 VSTRING *unb64; local
225 if ((unb64 = dict_file_from_b64(dict, res)) == 0) {
232 return STR(unb64);
  /src/external/ibm-public/postfix/dist/src/global/
maps.c 240 VSTRING *unb64; local
280 if ((unb64 = dict_file_from_b64(dict, expansion)) == 0) {
288 return (vstring_str(unb64));
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 920 VSTRING *unb64; local
923 if ((unb64 = dict_file_from_b64(dict, value)) == 0) {
931 value = STR(unb64);

Completed in 42 milliseconds