PRProcess 570 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRProcess *) _MD_create_process(const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr); PRProcess 571 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRStatus) _MD_detach_process(PRProcess *process); PRProcess 572 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRStatus) _MD_wait_process(PRProcess *process, PRInt32 *exitCode); PRProcess 573 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRStatus) _MD_kill_process(PRProcess *process); PRProcess 187 third_party/npapi/npspy/extern/nspr/md/_macos.h extern struct PRProcess * _MD_CreateProcess( PRProcess 194 third_party/npapi/npspy/extern/nspr/md/_macos.h extern PRStatus _MD_DetachProcess(PRProcess *process); PRProcess 197 third_party/npapi/npspy/extern/nspr/md/_macos.h extern PRStatus _MD_WaitProcess(PRProcess *process, PRInt32 *exitCode); PRProcess 200 third_party/npapi/npspy/extern/nspr/md/_macos.h extern PRStatus _MD_KillProcess(PRProcess *process); PRProcess 426 third_party/npapi/npspy/extern/nspr/md/_os2.h struct PRProcess; PRProcess 430 third_party/npapi/npspy/extern/nspr/md/_os2.h extern struct PRProcess * _PR_CreateOS2Process( PRProcess 438 third_party/npapi/npspy/extern/nspr/md/_os2.h extern PRStatus _PR_DetachOS2Process(struct PRProcess *process); PRProcess 442 third_party/npapi/npspy/extern/nspr/md/_os2.h extern PRStatus _PR_WaitOS2Process(struct PRProcess *process, PRProcess 446 third_party/npapi/npspy/extern/nspr/md/_os2.h extern PRStatus _PR_KillOS2Process(struct PRProcess *process); PRProcess 233 third_party/npapi/npspy/extern/nspr/md/_unixos.h struct PRProcess; PRProcess 238 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern struct PRProcess * _MD_CreateUnixProcess( PRProcess 246 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRStatus _MD_DetachUnixProcess(struct PRProcess *process); PRProcess 250 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRStatus _MD_WaitUnixProcess(struct PRProcess *process, PRProcess 254 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRStatus _MD_KillUnixProcess(struct PRProcess *process); PRProcess 216 third_party/npapi/npspy/extern/nspr/md/_win16.h struct PRProcess; PRProcess 221 third_party/npapi/npspy/extern/nspr/md/_win16.h extern struct PRProcess * _PR_CreateWindowsProcess( PRProcess 229 third_party/npapi/npspy/extern/nspr/md/_win16.h extern PRStatus _PR_DetachWindowsProcess(struct PRProcess *process); PRProcess 233 third_party/npapi/npspy/extern/nspr/md/_win16.h extern PRStatus _PR_WaitWindowsProcess(struct PRProcess *process, PRProcess 237 third_party/npapi/npspy/extern/nspr/md/_win16.h extern PRStatus _PR_KillWindowsProcess(struct PRProcess *process); PRProcess 416 third_party/npapi/npspy/extern/nspr/md/_win95.h struct PRProcess; PRProcess 420 third_party/npapi/npspy/extern/nspr/md/_win95.h extern struct PRProcess * _PR_CreateWindowsProcess( PRProcess 428 third_party/npapi/npspy/extern/nspr/md/_win95.h extern PRStatus _PR_DetachWindowsProcess(struct PRProcess *process); PRProcess 432 third_party/npapi/npspy/extern/nspr/md/_win95.h extern PRStatus _PR_WaitWindowsProcess(struct PRProcess *process, PRProcess 436 third_party/npapi/npspy/extern/nspr/md/_win95.h extern PRStatus _PR_KillWindowsProcess(struct PRProcess *process); PRProcess 440 third_party/npapi/npspy/extern/nspr/md/_winnt.h struct PRProcess; PRProcess 445 third_party/npapi/npspy/extern/nspr/md/_winnt.h extern struct PRProcess * _PR_CreateWindowsProcess( PRProcess 453 third_party/npapi/npspy/extern/nspr/md/_winnt.h extern PRStatus _PR_DetachWindowsProcess(struct PRProcess *process); PRProcess 457 third_party/npapi/npspy/extern/nspr/md/_winnt.h extern PRStatus _PR_WaitWindowsProcess(struct PRProcess *process, PRProcess 461 third_party/npapi/npspy/extern/nspr/md/_winnt.h extern PRStatus _PR_KillWindowsProcess(struct PRProcess *process); PRProcess 47 third_party/npapi/npspy/extern/nspr/prproces.h typedef struct PRProcess PRProcess; PRProcess 95 third_party/npapi/npspy/extern/nspr/prproces.h NSPR_API(PRProcess*) PR_CreateProcess( PRProcess 107 third_party/npapi/npspy/extern/nspr/prproces.h NSPR_API(PRStatus) PR_DetachProcess(PRProcess *process); PRProcess 109 third_party/npapi/npspy/extern/nspr/prproces.h NSPR_API(PRStatus) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode); PRProcess 111 third_party/npapi/npspy/extern/nspr/prproces.h NSPR_API(PRStatus) PR_KillProcess(PRProcess *process);