Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/win32/
H A Dselect.c47 int retcode; in php_select() local
102 retcode = 0; in php_select()
114 retcode = select(sock_max_fd+1, &aread, &awrite, &aexcept, &tvslice); in php_select()
120 wret = WaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100); in php_select()
129 if (retcode == 0) { in php_select()
130 retcode = -1; in php_select()
133 if (retcode < 0) { in php_select()
134 retcode = 0; in php_select()
147 retcode++; in php_select()
152 } while (retcode == 0 && (ms_total == INFINITE || GetTickCount64() < limit)); in php_select()
[all …]
/PHP-7.0/ext/pdo_oci/
H A Dphp_pdo_oci_int.h52 ub2 retcode; member
78 ub2 retcode; member
H A Doci_statement.c256 *rcodepp = &P->retcode; in oci_bind_output_cb()
275 *rcodepp = &P->retcode; in oci_bind_output_cb()
347 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook()
353 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook()
617 &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); in oci_stmt_describe()
/PHP-7.0/ext/oci8/
H A Doci8_statement.c334 &column->retcode in php_oci_statement_fetch()
444 *rcpp = &(outcol->retcode); in php_oci_define_callback()
474 *rcpp = &(outcol->retcode); in php_oci_define_callback()
809 (ub2 *)&outcol->retcode, /* OUT Pointer to array of column-level return codes */ in php_oci_statement_execute()
1293 (ub2 *)&bindp->retcode, /* return code (ignored) */ in php_oci_bind_by_name()
1444 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
1470 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
1493 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
H A Dphp_oci8_int.h262 ub2 retcode; member
278 ub2 retcode; /* code returned when fetching this particular column */ member
H A Doci8.c2498 switch (column->retcode) { in php_oci_column_to_zval()

Completed in 34 milliseconds