Home
last modified time | relevance | path

Searched refs:pointer_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ldns/
H A Dwire2host.c64 unsigned int pointer_count = 0; in ldns_wire2dname() local
80 pointer_count++; in ldns_wire2dname()
94 } else if (pointer_count > LDNS_MAX_POINTERS) { in ldns_wire2dname()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp376 uint32_t pointer_count = 0; in DoExecute() local
428 ++pointer_count; in DoExecute()
511 while (pointer_count > 0) { in DoExecute()
519 --pointer_count; in DoExecute()