Searched refs:createflags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dopen.c327 DWORD createflags = 0; local
348 createflags = CREATE_NEW;
351 createflags = CREATE_ALWAYS;
354 createflags = OPEN_ALWAYS;
358 createflags = TRUNCATE_EXISTING;
361 createflags = OPEN_EXISTING;
420 NULL, createflags, attributes, 0);
426 NULL, createflags, attributes, 0);
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dopen.c329 DWORD createflags = 0; local
350 createflags = CREATE_NEW;
353 createflags = CREATE_ALWAYS;
356 createflags = OPEN_ALWAYS;
360 createflags = TRUNCATE_EXISTING;
363 createflags = OPEN_EXISTING;
422 NULL, createflags, attributes, 0);
428 NULL, createflags, attributes, 0);

Completed in 170 milliseconds