Searched defs:sub_process_t (Results 1 – 1 of 1) sorted by relevance
32 typedef struct sub_process_t { struct33 int sv_stdin[2];34 int sv_stdout[2];35 int sv_stderr[2];36 int using_pipes;37 char *inp;38 DWORD incnt;39 char * volatile outp;40 volatile DWORD outcnt;41 char * volatile errp;[all …]