Home
last modified time | relevance | path

Searched refs:inline_buf (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_stream.c118 VSTRING *inline_buf = 0; in dict_stream_open() local
126 if (inline_buf != 0) \ in dict_stream_open()
127 vstring_free(inline_buf); \ in dict_stream_open()
134 inline_buf = vstring_alloc(100); in dict_stream_open()
135 if ((err = dict_inline_to_multiline(inline_buf, mapname)) != 0) in dict_stream_open()
137 map_fp = vstream_memopen(inline_buf, O_RDONLY); in dict_stream_open()