Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dflock_compat.h49 # define fsync _commit macro
/PHP-7.0/main/
H A Dphp_network.h47 # define fsync _commit macro
/PHP-7.0/main/streams/
H A Dxp_socket.c231 return fsync(sock->socket); in php_sockop_flush()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c32699 # define fdatasync fsync
32789 if( rc ) rc = fsync(fd);
32795 rc = fsync(fd);
32800 rc = fsync(fd);

Completed in 330 milliseconds