Searched refs:ip_found (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 136 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/ |
D | sshconnect.c | 819 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()
|