Searched refs:ip_found (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 146 InstructionType* ip_found, in ScanForReturnAddress() argument 154 return ScanForReturnAddress(location_start, location_found, ip_found, in ScanForReturnAddress() 170 InstructionType* ip_found, in ScanForReturnAddress() argument 181 *ip_found = ip; in ScanForReturnAddress()
|
/external/openssh/ |
D | sshconnect.c | 724 const struct hostkey_entry *host_found, *ip_found; in check_host_key() local 795 &ip_found); in check_host_key() 798 (ip_found != NULL && in check_host_key() 799 !sshkey_equal(ip_found->key, host_found->key)))) in check_host_key() 996 ip_found->file, ip_found->line); in check_host_key() 1091 type, host, ip, ip_found->file, ip_found->line); in check_host_key()
|