Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ldns/
H A Dwire2host.c65 unsigned int pointer_count = 0; in ldns_wire2dname() local
81 pointer_count++; in ldns_wire2dname()
95 } else if (pointer_count > LDNS_MAX_POINTERS) { in ldns_wire2dname()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp376 uint32_t pointer_count = 0; in DoExecute() local
428 ++pointer_count; in DoExecute()
512 while (pointer_count > 0) { in DoExecute()
520 --pointer_count; in DoExecute()