Home
last modified time | relevance | path

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

/PHP-5.5/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 = 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.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h50 ub2 retcode; member
76 ub2 retcode; member
H A Doci_statement.c235 *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.5/ext/sybase_ct/
H A Dphp_sybase_ct.c985 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.5/ext/oci8/
H A Doci8_statement.c255 &column->retcode in php_oci_statement_fetch()
364 *rcpp = &(outcol->retcode); in php_oci_define_callback()
394 *rcpp = &(outcol->retcode); in php_oci_define_callback()
712 (ub2 *)&outcol->retcode, /* OUT Pointer to array of column-level return codes */ in php_oci_statement_execute()
1133 (ub2 *)&bindp->retcode, /* return code (ignored) */ in php_oci_bind_by_name()
1269 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
1295 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
1309 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
H A Dphp_oci8_int.h223 ub2 retcode; member
237 ub2 retcode; /* code returned when fetching this particular column */ member
H A Doci8.c2546 switch (column->retcode) { in php_oci_column_to_zval()

Completed in 47 milliseconds