Home
last modified time | relevance | path

Searched refs:ov (Results 1 – 9 of 9) sorted by relevance

/PHP-5.4/ext/oci8/tests/
H A Dconnect_without_oracle_home.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
H A Dconnect_without_oracle_home_old.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
H A Dpecl_bug16035.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
H A Dconnect_without_oracle_home_11.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov != 1) {
H A Dconnect_without_oracle_home_old_11.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
/PHP-5.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt35 foreach($overview as $ov) {
37 displayOverviewFields($ov);
/PHP-5.4/sapi/fpm/fpm/
H A Dfastcgi.c766 OVERLAPPED ov; local
779 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
780 if (!ConnectNamedPipe(pipe, &ov)) {
783 while (WaitForSingleObject(ov.hEvent, 1000) == WAIT_TIMEOUT) {
785 CloseHandle(ov.hEvent);
793 CloseHandle(ov.hEvent);
/PHP-5.4/sapi/cgi/
H A Dfastcgi.c1148 OVERLAPPED ov; local
1161 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
1162 if (!ConnectNamedPipe(pipe, &ov)) {
1165 while (WaitForSingleObject(ov.hEvent, 1000) == WAIT_TIMEOUT) {
1167 CloseHandle(ov.hEvent);
1175 CloseHandle(ov.hEvent);
/PHP-5.4/ext/sockets/
H A Dsockets.c2211 int ov, optlen, retval; local
2319 ov = (int) Z_LVAL_PP(arg4);
2320 opt_ptr = &ov;
2321 optlen = sizeof(ov);
2401 ov = Z_LVAL_PP(arg4);
2403 optlen = sizeof(ov);
2404 opt_ptr = &ov;

Completed in 22 milliseconds