Home
last modified time | relevance | path

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

/PHP-7.2/win32/
H A Dselect.c47 int retcode; in php_select() local
107 retcode = 0; in php_select()
119 retcode = select(-1, &aread, &awrite, &aexcept, &tvslice); in php_select()
125 wret = WaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100); in php_select()
134 if (retcode == 0) { in php_select()
135 retcode = -1; in php_select()
138 if (retcode < 0) { in php_select()
139 retcode = 0; in php_select()
152 retcode++; in php_select()
157 } while (retcode == 0 && (ms_total == INFINITE || GetTickCount64() < limit)); in php_select()
[all …]
/PHP-7.2/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.2/ext/oci8/
H A Doci8_statement.c338 &column->retcode in php_oci_statement_fetch()
452 *rcpp = &(outcol->retcode); in php_oci_define_callback()
482 *rcpp = &(outcol->retcode); in php_oci_define_callback()
813 (ub2 *)&outcol->retcode, /* OUT Pointer to array of column-level return codes */ in php_oci_statement_execute()
1305 (ub2 *)&bindp->retcode, /* return code (ignored) */ in php_oci_bind_by_name()
1456 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
1482 *rcodepp = &phpbind->retcode; in php_oci_bind_out_callback()
1505 *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.c2512 switch (column->retcode) { in php_oci_column_to_zval()

Completed in 27 milliseconds