HomeSort by relevance Sort by last modified time
    Searched defs:old_handle (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
fcntl.c 55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
67 if (old_handle == INVALID_HANDLE_VALUE
85 old_handle, /* SourceHandle */
  /external/chromium_org/net/cert/
x509_certificate.cc 121 X509Certificate::OSCertHandle old_handle = NULL; local
145 old_handle = *cert_handle;
154 // |old_handle| may be the only handle for this particular certificate, so
157 if (old_handle) {
158 X509Certificate::FreeOSCertHandle(old_handle);

Completed in 51 milliseconds