HomeSort by: relevance | last modified time | path
    Searched defs:set_input_fragment (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
xdr_rec.c 165 static bool_t set_input_fragment(RECSTREAM *);
304 if (! set_input_fragment(rstrm))
475 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm)))
496 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm)))
702 set_input_fragment(RECSTREAM *rstrm) function in typeref:typename:bool_t
xdr_rec.c 165 static bool_t set_input_fragment(RECSTREAM *);
304 if (! set_input_fragment(rstrm))
475 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm)))
496 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm)))
702 set_input_fragment(RECSTREAM *rstrm) function in typeref:typename:bool_t

Completed in 24 milliseconds