/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | vms_term_sock.c | 46 unsigned short int iosb$w_status; /* Final I/O status */ 49 unsigned short int iosb$w_bcnt; /* 16-bit byte count */ 51 unsigned int iosb$l_dev_depend; /* 32-bit device dependent info */ 52 unsigned int iosb$l_pid; /* 32-bit pid */ 53 } iosb$r_l; 54 } iosb$r_bcnt_16; 56 unsigned int iosb$l_bcnt; /* 32-bit byte count (unaligned) */ 57 unsigned short int iosb$w_dev_depend_high; /* 16-bit device dependent info */ 58 } iosb$r_bcnt_32; 59 } iosb 299 struct _iosb iosb; CreateSocketPair() local 301 IOSB iosb; CreateSocketPair() local [all...] |
/third_party/openssl/apps/lib/ |
H A D | vms_term_sock.c | 46 unsigned short int iosb$w_status; /* Final I/O status */ 49 unsigned short int iosb$w_bcnt; /* 16-bit byte count */ 51 unsigned int iosb$l_dev_depend; /* 32-bit device dependent info */ 52 unsigned int iosb$l_pid; /* 32-bit pid */ 53 } iosb$r_l; 54 } iosb$r_bcnt_16; 56 unsigned int iosb$l_bcnt; /* 32-bit byte count (unaligned) */ 57 unsigned short int iosb$w_dev_depend_high; /* 16-bit device dependent info */ 58 } iosb$r_bcnt_32; 59 } iosb 299 struct _iosb iosb; CreateSocketPair() local 301 IOSB iosb; CreateSocketPair() local [all...] |
/third_party/curl/src/ |
H A D | tool_getpass.c | 69 /* struct _iosb iosb; */ in getpass_r() 72 short int iosb$w_status; /* status */ in getpass_r() 73 short int iosb$w_bcnt; /* byte count */ in getpass_r() 75 } iosb; in getpass_r() local 84 &iosb, 0, 0, buffer, buflen, 0, 0, in getpass_r() 87 if((sts & 1) && (iosb.iosb$w_status & 1)) in getpass_r() 88 buffer[iosb.iosb$w_bcnt] = '\0'; in getpass_r()
|
/third_party/libuv/src/win/ |
H A D | winsock.c | 275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecv_workaround() local 303 iosb->Status = STATUS_PENDING; in uv__wsarecv_workaround() 304 iosb->Pointer = 0; in uv__wsarecv_workaround() 310 iosb, in uv__wsarecv_workaround() 318 *bytes = (DWORD) iosb->Information; in uv__wsarecv_workaround() 370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecvfrom_workaround() local 401 iosb->Status = STATUS_PENDING; in uv__wsarecvfrom_workaround() 402 iosb->Pointer = 0; in uv__wsarecvfrom_workaround() 408 iosb, in uv__wsarecvfrom_workaround() 416 *bytes = (DWORD) iosb in uv__wsarecvfrom_workaround() 463 IO_STATUS_BLOCK iosb; uv__msafd_poll() local [all...] |
H A D | fs.c | 1078 IO_STATUS_BLOCK iosb; in fs__unlink() local 1132 &iosb, in fs__unlink() 1146 &iosb, in fs__unlink() 1306 IO_STATUS_BLOCK iosb; in fs__scandir() local 1341 &iosb, in fs__scandir() 1440 &iosb, in fs__scandir() 1452 if (status == STATUS_SUCCESS && iosb.Information == 0) in fs__scandir()
|
/third_party/node/deps/uv/src/win/ |
H A D | winsock.c | 275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecv_workaround() local 303 iosb->Status = STATUS_PENDING; in uv__wsarecv_workaround() 304 iosb->Pointer = 0; in uv__wsarecv_workaround() 310 iosb, in uv__wsarecv_workaround() 318 *bytes = (DWORD) iosb->Information; in uv__wsarecv_workaround() 370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecvfrom_workaround() local 401 iosb->Status = STATUS_PENDING; in uv__wsarecvfrom_workaround() 402 iosb->Pointer = 0; in uv__wsarecvfrom_workaround() 408 iosb, in uv__wsarecvfrom_workaround() 416 *bytes = (DWORD) iosb in uv__wsarecvfrom_workaround() 463 IO_STATUS_BLOCK iosb; uv__msafd_poll() local [all...] |
H A D | fs.c | 1144 IO_STATUS_BLOCK iosb; in fs__unlink() local 1198 &iosb, in fs__unlink() 1212 &iosb, in fs__unlink() 1372 IO_STATUS_BLOCK iosb; in fs__scandir() local 1407 &iosb, in fs__scandir() 1517 &iosb, in fs__scandir() 1529 if (status == STATUS_SUCCESS && iosb.Information == 0) in fs__scandir()
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 144 short iosb$w_value; 145 short iosb$w_count; 146 long iosb$l_info; 162 static struct IOSB iosb; variable 475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console() 479 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in open_console() 501 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in noecho_console() 503 if ((status != SS$_NORMAL) || (iosb.iosb in noecho_console() [all...] |
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 144 short iosb$w_value; 145 short iosb$w_count; 146 long iosb$l_info; 162 static struct IOSB iosb; variable 475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console() 479 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in open_console() 501 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in noecho_console() 503 if ((status != SS$_NORMAL) || (iosb.iosb in noecho_console() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vms.c | 390 IOSB iosb; in data_collect_method() local 421 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0)) in data_collect_method() 426 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method() 430 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method() 431 lib$signal(iosb.iosb$l_getxxi_status); in data_collect_method() 434 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0)) in data_collect_method() 439 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method() 443 if (iosb in data_collect_method() [all...] |
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vms.c | 390 IOSB iosb; in data_collect_method() local 421 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0)) in data_collect_method() 426 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method() 430 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method() 431 lib$signal(iosb.iosb$l_getxxi_status); in data_collect_method() 434 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0)) in data_collect_method() 439 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method() 443 if (iosb in data_collect_method() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | poll-win32.c | 162 IO_STATUS_BLOCK iosb; in windows_compute_revents() local 197 memset (&iosb, 0, sizeof (iosb)); in windows_compute_revents() 201 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli), in windows_compute_revents()
|