Searched refs:structproc (Results 1 – 1 of 1) sorted by relevance
74 write_struct(const char *filename, xdrproc_t structproc, void *list) in write_struct() argument90 if (structproc(&xdrs, list) == FALSE) { in write_struct()101 read_struct(const char *filename, xdrproc_t structproc, void *list) in read_struct() argument123 if (structproc(&xdrs, list) == FALSE) { in read_struct()