Searched refs:retcode (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/win32/ |
H A D | select.c | 47 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 = MsgWaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100, QS_ALLEVENTS); 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-5.6/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 50 ub2 retcode; member 76 ub2 retcode; member
|
H A D | oci_statement.c | 235 *rcodepp = &P->retcode; in oci_bind_output_cb() 255 *rcodepp = &P->retcode; in oci_bind_output_cb() 315 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 321 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 597 &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); in oci_stmt_describe()
|
/PHP-5.6/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 985 CS_RETCODE retcode; in exec_cmd() local 1033 switch (retcode) { in exec_cmd() 1093 CS_RETCODE retcode; in php_sybase_finish_results() local 1154 switch (retcode) { in php_sybase_finish_results() 1178 return retcode; in php_sybase_finish_results() 1197 CS_INT retcode; in php_sybase_fetch_result_row() local 1274 return retcode; in php_sybase_fetch_result_row() 1277 switch (retcode) { in php_sybase_fetch_result_row() 1293 return retcode; in php_sybase_fetch_result_row() 1301 CS_INT retcode; in php_sybase_fetch_result_set() local [all …]
|
/PHP-5.6/ext/oci8/ |
H A D | oci8_statement.c | 329 &column->retcode in php_oci_statement_fetch() 438 *rcpp = &(outcol->retcode); in php_oci_define_callback() 468 *rcpp = &(outcol->retcode); in php_oci_define_callback() 803 (ub2 *)&outcol->retcode, /* OUT Pointer to array of column-level return codes */ in php_oci_statement_execute() 1254 (ub2 *)&bindp->retcode, /* return code (ignored) */ in php_oci_bind_by_name() 1393 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback() 1419 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback() 1433 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
|
H A D | php_oci8_int.h | 255 ub2 retcode; member 271 ub2 retcode; /* code returned when fetching this particular column */ member
|
H A D | oci8.c | 2607 switch (column->retcode) { in php_oci_column_to_zval()
|
Completed in 43 milliseconds