Searched defs:old_handle (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dfcntl.c55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
67 if (old_handle == INVALID_HANDLE_VALUE
85 old_handle, /* SourceHandle */
/external/chromium_org/net/cert/
H A Dx509_certificate.cc123 X509Certificate::OSCertHandle old_handle = NULL; local
147 old_handle = *cert_handle;
156 // |old_handle| may be the only handle for this particular certificate, so
159 if (old_handle) {
160 X509Certificate::FreeOSCertHandle(old_handle);

Completed in 102 milliseconds