|
Postfix3.3.1
|
#include "sys_defs.h"#include <stdio.h>#include <string.h>#include "msg.h"#include "vstring.h"#include "vstream.h"#include "vstring_vstream.h"マクロ定義 | |
| #define | VSTRING_GET_RESULT(vp) (VSTRING_LEN(vp) > 0 ? vstring_end(vp)[-1] : VSTREAM_EOF) |
関数 | |
| int | vstring_get (VSTRING *vp, VSTREAM *fp) |
| int | vstring_get_nonl (VSTRING *vp, VSTREAM *fp) |
| int | vstring_get_null (VSTRING *vp, VSTREAM *fp) |
| int | vstring_get_bound (VSTRING *vp, VSTREAM *fp, ssize_t bound) |
| int | vstring_get_nonl_bound (VSTRING *vp, VSTREAM *fp, ssize_t bound) |
| int | vstring_get_null_bound (VSTRING *vp, VSTREAM *fp, ssize_t bound) |
| #define VSTRING_GET_RESULT | ( | vp | ) | (VSTRING_LEN(vp) > 0 ? vstring_end(vp)[-1] : VSTREAM_EOF) |
vstring_vstream.c の 82 行目に定義があります。
vstring_vstream.c の 87 行目に定義があります。
vstring_vstream.c の 129 行目に定義があります。
vstring_vstream.c の 103 行目に定義があります。
vstring_vstream.c の 148 行目に定義があります。
vstring_vstream.c の 116 行目に定義があります。
vstring_vstream.c の 164 行目に定義があります。
1.8.9.1