
Data Fields | |
| char | dst_uri [MAX_URI_SIZE] |
| unsigned int | dst_uri_len |
| unsigned int | flags |
| struct socket_info * | force_send_socket |
| unsigned int | len |
| char | path [MAX_PATH_SIZE] |
| unsigned int | path_len |
| int | q |
| char | uri [MAX_URI_SIZE] |
Definition at line 50 of file dset.c.
| char dst_uri[MAX_URI_SIZE] |
| unsigned int dst_uri_len |
Definition at line 57 of file dset.c.
Referenced by append_branch(), branch_uri2dset(), and get_branch().
| unsigned int flags |
Definition at line 65 of file dset.c.
Referenced by append_branch(), get_branch(), and get_ptr_bflags().
struct socket_info* force_send_socket [read] |
| unsigned int len |
Definition at line 53 of file dset.c.
Referenced by append_branch(), branch_uri2dset(), and get_branch().
| char path[MAX_PATH_SIZE] |
| unsigned int path_len |
| int q |
Definition at line 63 of file dset.c.
Referenced by append_branch(), get_branch(), and print_dset().
| char uri[MAX_URI_SIZE] |
Definition at line 52 of file dset.c.
Referenced by append_branch(), branch_uri2dset(), get_branch(), and print_dset().
1.5.6