Searched refs:VSTRING_AT_OFFSET (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | vstring.c | 436 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 D | vstring.h | 95 #define VSTRING_AT_OFFSET(vp, offset) do { \ macro
|
H A D | vstream.c | 1551 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 D | HISTORY | 23903 Cleanup: replaced the remaining unsafe VSTRING_AT_OFFSET()
|