Home
last modified time | relevance | path

Searched refs:nhext_xdr_string (Results 1 – 4 of 4) sorted by relevance

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/proxy/
H A Dtest_xdr.c53 #define nhext_xdr_string xdr_string macro
168 if (!nhext_xdr_string(xdrs, &string, (unsigned int)-1)) {
179 if (!nhext_xdr_string(xdrs, &string, (unsigned int)-1)) {
190 if (!nhext_xdr_string(xdrs, &string, (unsigned int)-1)) {
H A Dnhextxdr.c213 nhext_xdr_string(xdrs, datum, maxsize) in nhext_xdr_string() function
243 return nhext_xdr_string(xdrs, datum, (unsigned int)-1);
H A Dnhext.c398 retval = nhext_xdr_string(xdrs, &param_s, (unsigned int)-1); in nhext_rpc_vparams1()
425 retval = nhext_xdr_string(xdrs, param_ps, (unsigned int)-1); in nhext_rpc_vparams1()
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dnhxdr.h79 E nhext_xdr_bool_t FDECL(nhext_xdr_string, (NhExtXdr *, char **, unsigned int));