HomeSort by relevance Sort by last modified time
    Searched refs:ext_new (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msisupport.c 54 INSTALLSTATE ext_old, ext_new, tcl_old, tcl_new, reg_new; local
57 result = MsiGetFeatureStateA(hInstall, "Extensions", &ext_old, &ext_new);
67 if (ext_new == INSTALLSTATE_UNKNOWN)
68 ext_new = ext_old;
76 ((ext_new == INSTALLSTATE_LOCAL) ||
77 (ext_new == INSTALLSTATE_SOURCE) ||
78 (ext_new == INSTALLSTATE_DEFAULT))) {
  /external/python/cpython2/Tools/msi/
msisupport.c 54 INSTALLSTATE ext_old, ext_new, tcl_old, tcl_new, reg_new; local
57 result = MsiGetFeatureStateA(hInstall, "Extensions", &ext_old, &ext_new);
67 if (ext_new == INSTALLSTATE_UNKNOWN)
68 ext_new = ext_old;
76 ((ext_new == INSTALLSTATE_LOCAL) ||
77 (ext_new == INSTALLSTATE_SOURCE) ||
78 (ext_new == INSTALLSTATE_DEFAULT))) {
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
ext.c 117 X509_EXTENSION *ext_new(int nid, int crit, unsigned char *data, int len)
210 ex = ext_new(nid, crit, p, sz);
244 ex = ext_new(nid, crit, p, sz);
284 ex = ext_new(nid, crit, p, sz);
  /external/boringssl/src/include/openssl/
x509v3.h 108 X509V3_EXT_NEW ext_new; member in struct:v3_ext_method

Completed in 752 milliseconds