Searched refs:fdInheritBuffer (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c61 if (attr && attr->fdInheritBuffer) {
76 newEnvp[idx++] = attr->fdInheritBuffer;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c519 PR_FREEIF(attr->fdInheritBuffer);
527 PR_FREEIF(attr->fdInheritBuffer);
623 if (NULL == attr->fdInheritBuffer) {
638 if (NULL == attr->fdInheritBuffer) {
641 newBuffer = (char *) PR_REALLOC(attr->fdInheritBuffer, newSize);
647 attr->fdInheritBuffer = newBuffer;
650 cur = attr->fdInheritBuffer + attr->fdInheritBufferUsed;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c294 * If attr->fdInheritBuffer is not NULL, we need to insert
297 if (envp == NULL && attr && attr->fdInheritBuffer) {
311 if (attr && attr->fdInheritBuffer) {
318 if (attr && attr->fdInheritBuffer) {
319 newEnvp[idx++] = attr->fdInheritBuffer;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c390 * If attr->fdInheritBuffer is not NULL, we need to insert
393 if ((envp == NULL) && attr && attr->fdInheritBuffer) {
407 if (attr && attr->fdInheritBuffer) {
414 if (attr && attr->fdInheritBuffer) {
415 newEnvp[idx++] = attr->fdInheritBuffer;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c197 if (attr && attr->fdInheritBuffer) {
216 newEnvp[idx++] = attr->fdInheritBuffer;
567 if (attr && attr->fdInheritBuffer) {
571 vrc = RTEnvPutEx(newEnv, attr->fdInheritBuffer);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1689 char *fdInheritBuffer; member in struct:PRProcessAttr

Completed in 394 milliseconds