HomeSort by relevance Sort by last modified time
    Searched refs:xdr_string (Results 1 - 7 of 7) sorted by null

  /hardware/msm7k/librpc/rpc/
xdr.h 101 extern bool_t xdr_string (XDR *xdr, char **cpp, u_int maxsize);
  /hardware/msm7k/librpc/
xdr.c 475 * xdr_string deals with "C strings" - arrays of bytes that are
481 bool_t xdr_string (XDR *xdr, char **cpp, u_int maxsize) function
528 } /* xdr_string */
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common_xdr.c 763 if (!xdr_string (xdrs, objp, RPC_LOC_API_MAX_SERVER_ADDR_LENGTH))
796 if (!xdr_string (xdrs, objp, RPC_LOC_API_MAX_SERVER_ADDR_LENGTH))
1183 if (!xdr_string (xdrs, &objp->apn_name, ~0))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 316 extern bool_t xdr_string (XDR *__xdrs, char **__cpp, u_int __maxsize) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 316 extern bool_t xdr_string (XDR *__xdrs, char **__cpp, u_int __maxsize) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 316 extern bool_t xdr_string (XDR *__xdrs, char **__cpp, u_int __maxsize) __THROW;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common_xdr.c 810 if (!xdr_string (xdrs, objp, 256))
843 if (!xdr_string (xdrs, objp, 256))
    [all...]

Completed in 231 milliseconds