HomeSort by: relevance | last modified time | path
    Searched refs:refCount (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.h 81 (OBJ)->refCount++; \
83 "DNS push object retained - object: %p, refCount after retaining: %u.", (OBJ), (OBJ)->refCount); \
89 (OBJ)->refCount--; \
91 "DNS push object released - object: %p, refCount after releasing: %u.", (OBJ), (OBJ)->refCount); \
92 if ((OBJ)->refCount == 0) \
103 uint32_t refCount; // Reference count used by DNS_PUSH_RETAIN and DNS_PUSH_RELEASE.
122 uint32_t refCount; // Reference count used by DNS_PUSH_RETAIN and DNS_PUSH_RELEASE.
uDNS.c 6235 "[PushS%u] DNS push zone is not found in the system's list - server name: " PRI_DM_NAME ", refCount: %u.",
6236 server->serial, DM_NAME_PARAM(&server->serverName), server->refCount);
6244 "[PushS%u] Removing DNS push server - name: " PRI_DM_NAME ", refCount: %u.", server->serial,
6245 DM_NAME_PARAM(&server->serverName), server->refCount);
6267 "name: " PRI_DM_NAME ", refCount: %u.", server->serial, DM_NAME_PARAM(&server->serverName),
6268 server->refCount);
  /src/usr.bin/make/
dir.c 218 int refCount;
279 dir->refCount = 0;
293 dir->refCount++;
297 dir, dir->refCount, dir->name);
306 dir->refCount--;
310 dir, dir->refCount, dir->name);
313 if (dir->refCount > 0)
358 DEBUG2(DIR, "OpenDirs_Done: refCount %d for \"%s\"\n",
359 dir->refCount, dir->name);
1642 dir->refCount, dir->hits, dir->name)
    [all...]
suff.c 180 int refCount;
248 suff->refCount++;
257 (*var)->refCount--;
259 suff->refCount++;
267 (*var)->refCount--;
363 suff->refCount--;
379 if (suff->refCount != 0)
380 Punt("Internal error deleting suffix `%s' with refcount = %d",
381 suff->name, suff->refCount);
397 if (suff->refCount == 0)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 30 ++const_cast<ProgramState*>(state)->refCount;
35 assert(state->refCount > 0);
37 if (--s->refCount == 0) {
52 refCount(0) {
62 refCount(0) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableSet.h 235 uint32_t refCount = 0;
331 void retain() { ++refCount; }
334 assert(refCount > 0);
335 if (--refCount == 0)
491 if (N->isMutable() && N->refCount == 0)
635 if (TNew->refCount == 0)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
ir.d 489 assert(engine.refCount == 1);
502 assert(copy.refCount == 1);
508 return ++m.refCount;
513 assert(m.refCount != 0);
514 auto cnt = --m.refCount;
609 @property ref size_t refCount() @safe;
992 size_t refcount;
1019 big.refcount = 1;
1033 big.refcount++;
1065 big.refcount++
    [all...]
backtracking.d 73 override @property ref size_t refCount() { return _refCount; }
thompson.d 788 override @property ref size_t refCount() @safe { return _refCount; }
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 3201 assert(cow.refCount == 1);
3228 refCount = refCount + 1;
3236 immutable cnt = refCount;
3240 refCount = cnt - 1;
3268 refCount = 1;
3271 immutable cur_cnt = refCount;
3274 refCount = cur_cnt - 1;
3279 data = new_data; // before setting refCount!
3280 refCount = 1
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 3026 int32_t refCount; // Reference count.
6372 int32_t refCount; // This object's reference count.
6623 obj->refCount = 1;
6641 ++inConnection->refCount;
6650 if( --inConnection->refCount == 0 ) free( inConnection );
8477 int32_t refCount; // Object's reference count.
8674 obj->refCount = 1;
8692 atomic_add_32( &inCmd->refCount, 1 );
8699 if( atomic_add_and_fetch_32( &inCmd->refCount, -1 ) == 0 )
20644 int32_t refCount; // Test object's reference count
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 364 int refCount;
438 ++(objPtr)->refCount
440 if (--(objPtr)->refCount <= 0) Jim_FreeObj(interp, objPtr)
442 ((objPtr)->refCount > 1)
515 int refCount;
5427 int refcount; member in struct:WaitInfoTable
5439 if (--table->refcount == 0) {
5450 table->refcount = 1;
6174 waitinfo->refcount++;
8795 objPtr->refCount = 0
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 88 unsigned refCount;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
typecons.d 6720 size_t refCount() const
7112 assert(rcFile.refCountedStore.refCount == 2);

Completed in 87 milliseconds