Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/standard/
H A Dflock_compat.h47 # define fsync _commit macro
/PHP-7.3/main/
H A Dphp_network.h46 # define fsync _commit macro
/PHP-7.3/main/streams/
H A Dxp_socket.c229 return fsync(sock->socket); in php_sockop_flush()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c36033 # define fdatasync fsync
36123 if( rc ) rc = fsync(fd);
36129 rc = fsync(fd);
36134 rc = fsync(fd);

Completed in 334 milliseconds