Home
last modified time | relevance | path

Searched refs:hfci (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/PC/
D_msi.c190 HFCI hfci; in fcicreate() local
234 hfci = FCICreate(&erf, cb_fileplaced, cb_alloc, cb_free, in fcicreate()
238 if (hfci == NULL) { in fcicreate()
249 FCIDestroy(hfci); in fcicreate()
253 if (!FCIAddFile(hfci, filename, cabname, FALSE, in fcicreate()
259 if (!FCIFlushCabinet(hfci, FALSE, cb_getnextcabinet, cb_status)) in fcicreate()
262 if (!FCIDestroy(hfci)) in fcicreate()
272 FCIDestroy(hfci); in fcicreate()
/external/python/cpython2/PC/
D_msi.c186 HFCI hfci; in fcicreate() local
230 hfci = FCICreate(&erf, cb_fileplaced, cb_alloc, cb_free, in fcicreate()
234 if (hfci == NULL) { in fcicreate()
244 if (!FCIAddFile(hfci, filename, cabname, FALSE, in fcicreate()
250 if (!FCIFlushCabinet(hfci, FALSE, cb_getnextcabinet, cb_status)) in fcicreate()
253 if (!FCIDestroy(hfci)) in fcicreate()
260 FCIDestroy(hfci); in fcicreate()