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

  /external/python/cpython2/PC/
_msi.c 949 Py_NOT_PERSIST(x, MSIDBOPEN_CREATE) && \
1020 PyModule_AddIntConstant(m, "MSIDBOPEN_CREATE", (int)MSIDBOPEN_CREATE);
  /external/python/cpython3/PC/
_msi.c 966 Py_NOT_PERSIST(x, MSIDBOPEN_CREATE) && \
1050 PyModule_AddIntConstant(m, "MSIDBOPEN_CREATE", (long)MSIDBOPEN_CREATE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msiquery.h 17 #define MSIDBOPEN_CREATE (LPCTSTR)3
  /external/python/cpython2/Lib/msilib/
__init__.py 143 db = OpenDatabase(name, MSIDBOPEN_CREATE)
  /external/python/cpython3/Lib/msilib/
__init__.py 142 db = OpenDatabase(name, MSIDBOPEN_CREATE)

Completed in 74 milliseconds