Searched refs:hfci (Results 1 - 1 of 1) sorted by relevance
/third_party/python/PC/ |
H A D | _msi.c | 262 HFCI hfci; in _msi_FCICreate_impl() local 302 hfci = FCICreate(&erf, cb_fileplaced, cb_alloc, cb_free, in _msi_FCICreate_impl() 306 if (hfci == NULL) { in _msi_FCICreate_impl() 317 FCIDestroy(hfci); in _msi_FCICreate_impl() 321 if (!FCIAddFile(hfci, filename, cabname, FALSE, in _msi_FCICreate_impl() 327 if (!FCIFlushCabinet(hfci, FALSE, cb_getnextcabinet, cb_status)) in _msi_FCICreate_impl() 330 if (!FCIDestroy(hfci)) in _msi_FCICreate_impl() 340 FCIDestroy(hfci); in _msi_FCICreate_impl()
|
Completed in 2 milliseconds