Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h136 InstructionType* ip_found, in ScanForReturnAddress() argument
144 return ScanForReturnAddress(location_start, location_found, ip_found, in ScanForReturnAddress()
160 InstructionType* ip_found, in ScanForReturnAddress() argument
171 *ip_found = ip; in ScanForReturnAddress()
/external/openssh/
Dsshconnect.c819 const struct hostkey_entry *host_found, *ip_found; in check_host_key() local
890 &ip_found); in check_host_key()
893 (ip_found != NULL && in check_host_key()
894 !key_equal(ip_found->key, host_found->key)))) in check_host_key()
1085 ip_found->file, ip_found->line); in check_host_key()
1178 type, host, ip, ip_found->file, ip_found->line); in check_host_key()