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

  /src/lib/librefuse/refuse/
fs.c 64 void* cloned; local
69 cloned = malloc(sizeof(struct __CONCAT(fuse_operations_v,VER))); \
70 if (!cloned) \
72 memcpy(cloned, op, sizeof(struct __CONCAT(fuse_operations_v,VER))); \
73 return cloned
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 306 bool cloned; member in struct:fetchctx
5199 fctx->cloned = false;
5694 fctx->cloned = true;
10993 if (fctx->cloned || fctx->state == fetchstate_done ||
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 360 bool cloned; member in struct:fetchctx
5153 fctx->cloned = true;
10642 if (SHUTTINGDOWN(fctx) || fctx->cloned) {
10646 * double check whether fctxs is done (or cloned) and
10647 * help with the release if the fctx has been cloned.
11254 : fctx->cloned ? "cloned"

Completed in 68 milliseconds