Postfix3.3.1
フィールド
VSTREAM 構造体

#include <vstream.h>

フィールド

VBUF buf
 
int fd
 
VSTREAM_RW_FN read_fn
 
VSTREAM_RW_FN write_fn
 
ssize_t req_bufsize
 
void * context
 
off_t offset
 
char * path
 
int read_fd
 
int write_fd
 
VBUF read_buf
 
VBUF write_buf
 
pid_t pid
 
VSTREAM_WAITPID_FN waitpid_fn
 
int timeout
 
VSTREAM_JMP_BUFjbuf
 
struct timeval iotime
 
struct timeval time_limit
 

詳解

vstream.h43 行目に定義があります。

フィールド詳解

VBUF VSTREAM::buf

vstream.h44 行目に定義があります。

void* VSTREAM::context

vstream.h49 行目に定義があります。

int VSTREAM::fd

vstream.h45 行目に定義があります。

struct timeval VSTREAM::iotime

vstream.h60 行目に定義があります。

VSTREAM_JMP_BUF* VSTREAM::jbuf

vstream.h59 行目に定義があります。

off_t VSTREAM::offset

vstream.h50 行目に定義があります。

char* VSTREAM::path

vstream.h51 行目に定義があります。

pid_t VSTREAM::pid

vstream.h56 行目に定義があります。

VBUF VSTREAM::read_buf

vstream.h54 行目に定義があります。

int VSTREAM::read_fd

vstream.h52 行目に定義があります。

VSTREAM_RW_FN VSTREAM::read_fn

vstream.h46 行目に定義があります。

ssize_t VSTREAM::req_bufsize

vstream.h48 行目に定義があります。

struct timeval VSTREAM::time_limit

vstream.h61 行目に定義があります。

int VSTREAM::timeout

vstream.h58 行目に定義があります。

VSTREAM_WAITPID_FN VSTREAM::waitpid_fn

vstream.h57 行目に定義があります。

VBUF VSTREAM::write_buf

vstream.h55 行目に定義があります。

int VSTREAM::write_fd

vstream.h53 行目に定義があります。

VSTREAM_RW_FN VSTREAM::write_fn

vstream.h47 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: