Searched defs:retcode (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/pdo_oci/ |
| H A D | php_pdo_oci_int.h | 50 ub2 retcode; member in struct:__anon160 76 ub2 retcode; member in struct:__anon162
|
| /PHP_TRUNK/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 985 CS_RETCODE retcode; local 1009 while ((retcode = ct_results(sybase_ptr->cmd, &restype))==CS_SUCCEED) { 1033 switch (retcode) { 1093 CS_RETCODE retcode; local 1117 while ((retcode = ct_results(result->sybase_ptr->cmd, &restype))==CS_SUCCEED) { 1154 switch (retcode) { 1174 retcode = CS_FAIL; 1178 return retcode; 1197 CS_INT retcode; local 1205 while ((retcode 1301 CS_INT retcode; local 1433 CS_RETCODE retcode; local [all...] |
| /PHP_TRUNK/win32/ |
| H A D | select.c | 47 int retcode; local 102 retcode = 0; 114 retcode = select(sock_max_fd+1, &aread, &awrite, &aexcept, &tvslice); 120 wret = MsgWaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100, QS_ALLEVENTS); 123 /* set retcode to 0; this is the default. 129 if (retcode == 0) { 130 retcode = -1; 133 if (retcode < 0) { 134 retcode = 0; 147 retcode [all...] |
| /PHP_TRUNK/ext/oci8/ |
| H A D | php_oci8_int.h | 223 ub2 retcode; member in struct:__anon8 237 ub2 retcode; /* code returned when fetching this particular column */ member in struct:__anon10
|
Completed in 7 milliseconds