HomeSort by relevance Sort by last modified time
    Searched full:xdr_free (Results 1 - 6 of 6) sorted by null

  /hardware/msm7k/librpc/
xdr.c 26 case XDR_FREE:
75 case XDR_FREE:
90 case XDR_FREE:
114 case XDR_FREE:
129 case XDR_FREE:
162 return xdrs->x_op == XDR_FREE;
184 case XDR_FREE:
235 case XDR_FREE:
263 case XDR_FREE:
278 if (xdrs->x_op == XDR_FREE) {
    [all...]
rpc.c 151 void xdr_free(xdrproc_t proc, char *objp) function
154 x.x_op = XDR_FREE;
svc.c 473 serv->xdr->x_op = XDR_FREE;
  /hardware/msm7k/librpc/rpc/
types.h 58 * data can be freed with the XDR_FREE operation.
102 * XDR_FREE can be used to release the space allocated by an XDR_DECODE
108 XDR_FREE = 2
xdr.h 73 extern void xdr_free (xdrproc_t proc, char *objp);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/src/
loc_api_rpc_glue.c 131 xdr_free (xdr_result, result);

Completed in 359 milliseconds