Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring.c436 VSTRING_AT_OFFSET(vp, len); in vstring_truncate()
448 VSTRING_AT_OFFSET(vp, len); in vstring_set_payload_size()
512 VSTRING_AT_OFFSET(vp, len); in vstring_memcpy()
523 VSTRING_AT_OFFSET(vp, len); in vstring_memcat()
561 VSTRING_AT_OFFSET(vp, new_len); in vstring_insert()
585 VSTRING_AT_OFFSET(vp, new_len); in vstring_prepend()
615 VSTRING_AT_OFFSET(vp, len); in vstring_import()
685 VSTRING_AT_OFFSET(vp, result_len); in vstring_sprintf_prepend()
H A Dvstring.h95 #define VSTRING_AT_OFFSET(vp, offset) do { \ macro
H A Dvstream.c1551 VSTRING_AT_OFFSET(vp, ret); in vstream_fread_buf()
1564 VSTRING_AT_OFFSET(vp, VSTRING_LEN(vp) + ret); in vstream_fread_app()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY23903 Cleanup: replaced the remaining unsafe VSTRING_AT_OFFSET()