Searched defs:nWaitForStartDS (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c541 char * nWaitForStartDS = getenv("OPENDJ_WINDOWS_SERVICE_STARTDS_WAIT"); local
543 if (nWaitForStartDS != NULL)
546 nWaitForStartDS);
547 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c542 char * nWaitForStartDS = getenv("OPENDJ_WINDOWS_SERVICE_STARTDS_WAIT"); local
544 if (nWaitForStartDS != NULL)
547 nWaitForStartDS);
548 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c542 char * nWaitForStartDS = getenv("OPENDJ_WINDOWS_SERVICE_STARTDS_WAIT"); local
544 if (nWaitForStartDS != NULL)
547 nWaitForStartDS);
548 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c541 char * nWaitForStartDS = getenv("OPENDJ_WINDOWS_SERVICE_STARTDS_WAIT"); local
543 if (nWaitForStartDS != NULL)
546 nWaitForStartDS);
547 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c542 char * nWaitForStartDS = getenv("OPENDJ_WINDOWS_SERVICE_STARTDS_WAIT"); local
544 if (nWaitForStartDS != NULL)
547 nWaitForStartDS);
548 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c541 char * nWaitForStartDS = getenv("OPENDJ_WINDOWS_SERVICE_STARTDS_WAIT"); local
543 if (nWaitForStartDS != NULL)
546 nWaitForStartDS);
547 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);

Completed in 61 milliseconds