Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dflock_compat.h49 # define fsync _commit macro
/PHP-7.2/main/
H A Dphp_network.h48 # define fsync _commit macro
/PHP-7.2/main/streams/
H A Dxp_socket.c231 return fsync(sock->socket); in php_sockop_flush()
/PHP-7.2/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 364 milliseconds