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

  /src/lib/libc/rpc/
svc_dg.c 92 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
228 if (cache_get(xprt, msg, &reply, &replylen)) {
464 * the earlier call to cache_get() for the same procedure. This will always
465 * happen because cache_get() is calle by svc_dg_recv and cache_set() is called
570 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp) function in typeref:typename:int

Completed in 35 milliseconds