Searched refs:FALSE (Results 1 – 11 of 11) sorted by relevance
104 return FALSE; in xdr_int()112 return FALSE; in xdr_int()138 return FALSE; in xdr_u_int()146 return FALSE; in xdr_u_int()171 return FALSE; in xdr_long()185 return FALSE; in xdr_u_long()191 if (XDR_GETLONG (xdrs, &tmp) == FALSE) in xdr_u_long()192 return FALSE; in xdr_u_long()200 return FALSE; in xdr_u_long()222 return FALSE; in xdr_int32_t()[all …]
249 rstrm->frag_sent = FALSE; in xdrrec_create()255 rstrm->in_haveheader = FALSE; in xdrrec_create()258 rstrm->nonblock = FALSE; in xdrrec_create()289 return FALSE; in xdrrec_getlong()310 if (!flush_out (rstrm, FALSE)) in xdrrec_putlong()311 return FALSE; in xdrrec_putlong()333 return FALSE; in xdrrec_getbytes()335 return FALSE; in xdrrec_getbytes()340 return FALSE; in xdrrec_getbytes()368 if (!flush_out (rstrm, FALSE)) in xdrrec_putbytes()[all …]
116 return FALSE; in xdrstdio_getlong()128 return FALSE; in xdrstdio_putlong()139 return FALSE; in xdrstdio_getbytes()150 return FALSE; in xdrstdio_putbytes()165 FALSE : TRUE); in xdrstdio_setpos()194 return FALSE; in xdrstdio_getint32()206 return FALSE; in xdrstdio_putint32()
129 return FALSE; in xdrmem_getlong_aligned()141 return FALSE; in xdrmem_putlong_aligned()155 return FALSE; in xdrmem_getlong_unaligned()170 return FALSE; in xdrmem_putlong_unaligned()184 return FALSE; in xdrmem_getbytes()197 return FALSE; in xdrmem_putbytes()222 return FALSE; in xdrmem_setpos()259 return FALSE; in xdrmem_getint32_aligned()271 return FALSE; in xdrmem_putint32_aligned()285 return FALSE; in xdrmem_getint32_unaligned()[all …]
74 return FALSE; in xdr_array()79 return FALSE; in xdr_array()98 return FALSE; in xdr_array()155 return FALSE; in xdr_vector()
80 return FALSE; in xdr_reference()130 return FALSE; in xdr_pointer()
78 return FALSE; in xdr_float()125 return FALSE; in xdr_double()
116 return FALSE; in xdr_float()137 return FALSE; in xdr_float()225 return FALSE; in xdr_double()250 return FALSE; in xdr_double()
20 4) Out-of-memory conditions are indicated by returning FALSE96 memory to be allocated, will instead fail (return FALSE),168 (*) Client apps should already check for FALSE return values.169 In this case when xdr function return FALSE, the client
80 return FALSE; in x_setpostn()
67 #ifndef FALSE68 # define FALSE 0 macro