getpid 632 TSRM/tsrm_win32.c shm->descriptor->shm_cpid = getpid();
getpid 663 TSRM/tsrm_win32.c shm->descriptor->shm_lpid = getpid();
getpid 680 TSRM/tsrm_win32.c shm->descriptor->shm_lpid = getpid();
getpid 92 Zend/zend_alloc.c kill(getpid(), SIGSEGV);
getpid 1027 Zend/zend_alloc.c t = (unsigned char)getpid();
getpid 255 ext/gd/libgd/webpng.c snprintf (outFn, sizeof(outFn), "webpng.tmp%d", getpid ());
getpid 235 ext/mysqlnd/mysqlnd.c mysqlnd_command_to_text[command], getpid());
getpid 283 ext/mysqlnd/mysqlnd.c mysqlnd_command_to_text[command], getpid());
getpid 358 ext/mysqlnd/mysqlnd.c php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], getpid());
getpid 790 ext/mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading greeting packet. PID=%d", getpid());
getpid 2165 ext/mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Serious error. PID=%d", getpid());
getpid 517 ext/mysqlnd/mysqlnd_auth.c php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid());
getpid 523 ext/mysqlnd/mysqlnd_auth.c php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid());
getpid 732 ext/mysqlnd/mysqlnd_debug.c ret->pid = getpid();
getpid 2085 ext/opcache/ZendAccelerator.c zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid());
getpid 53 ext/opcache/shared_alloc_posix.c sprintf(shared_segment_name, "/ZendAccelerator.%d", getpid());
getpid 62 ext/opcache/zend_accelerator_debug.c fprintf(fLog, "%s (%d): ", time_string, getpid());
getpid 380 ext/opcache/zend_shared_alloc.c mem_write_lock.l_pid = getpid();
getpid 1109 ext/pcntl/pcntl.c long pid = getpid();
getpid 1148 ext/pcntl/pcntl.c long pid = getpid();
getpid 415 ext/posix/posix.c PHP_POSIX_RETURN_LONG_FUNC(getpid);
getpid 233 ext/session/mod_mm.c data->owner = getpid();
getpid 258 ext/session/mod_mm.c if (data->owner != getpid()) {
getpid 25400 ext/sqlite3/libsqlite/sqlite3.c #define osGetpid(X) (pid_t)getpid()
getpid 88 ext/standard/lcg.c LCG(s2) = (long) getpid();
getpid 143 ext/standard/pageinfo.c pid = getpid();
getpid 53 ext/standard/php_rand.h #define GENERATE_SEED() (((long) (time(0) * getpid())) ^ ((long) (1000000.0 * php_combined_lcg(TSRMLS_C))))
getpid 842 ext/standard/proc_open.c int my_pid = getpid();
getpid 1440 sapi/cgi/cgi_main.c fprintf(stderr, "FastCGI shutdown, pid %d\n", getpid());
getpid 2069 sapi/cgi/cgi_main.c fprintf(stderr, "Wait for kids, pid %d\n", getpid());
getpid 185 sapi/fpm/fpm/events/devpoll.c if (fpm_globals.parent_pid != getpid()) {
getpid 150 sapi/fpm/fpm/events/epoll.c if (fpm_globals.parent_pid != getpid()) {
getpid 148 sapi/fpm/fpm/events/kqueue.c if (fpm_globals.parent_pid != getpid()) {
getpid 170 sapi/fpm/fpm/events/poll.c if (fpm_globals.parent_pid != getpid()) {
getpid 149 sapi/fpm/fpm/events/port.c if (fpm_globals.parent_pid != getpid()) {
getpid 126 sapi/fpm/fpm/events/select.c if (fpm_globals.parent_pid != getpid()) {
getpid 348 sapi/fpm/fpm/fpm_children.c fpm_scoreboard_child_use(child->wp->scoreboard, child->scoreboard_i, getpid());
getpid 351 sapi/fpm/fpm/fpm_events.c if (fpm_globals.parent_pid != getpid()) {
getpid 383 sapi/fpm/fpm/fpm_events.c if (fpm_globals.parent_pid != getpid()) {
getpid 430 sapi/fpm/fpm/fpm_events.c if (fpm_globals.parent_pid != getpid()) {
getpid 342 sapi/fpm/fpm/fpm_log.c len2 = snprintf(b, FPM_LOG_BUFFER - len, "%ld", (long)getpid());
getpid 446 sapi/fpm/fpm/fpm_process_ctl.c if (fpm_globals.parent_pid != getpid()) {
getpid 471 sapi/fpm/fpm/fpm_process_ctl.c if (fpm_globals.parent_pid != getpid()) {
getpid 502 sapi/fpm/fpm/fpm_process_ctl.c if (fpm_globals.parent_pid != getpid()) {
getpid 169 sapi/fpm/fpm/fpm_signals.c if (fpm_globals.parent_pid != getpid()) {
getpid 52 sapi/fpm/fpm/fpm_systemd.c if (fpm_globals.parent_pid != getpid()) {
getpid 65 sapi/fpm/fpm/fpm_systemd.c (unsigned long) getpid())) {
getpid 357 sapi/fpm/fpm/fpm_unix.c fpm_globals.parent_pid = getpid();
getpid 44 sapi/fpm/fpm/fpm_worker_pool.c if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) {
getpid 146 sapi/fpm/fpm/zlog.c len += snprintf(buf + len, buf_size - len, "%s: pid %d, %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line);
getpid 735 sapi/litespeed/lsapilib.c fprintf( stderr, "Pid (%d): enter LVE (%d) : ressult: %d !\n", getpid(), uid, ret );
getpid 755 sapi/litespeed/lsapilib.c getpid(), uid, ret, error_msg );
getpid 1020 sapi/litespeed/lsapilib.c fprintf( stderr, "%d: request header does match total size, total: %d, real: %ld\n", getpid(), totalLen,
getpid 1090 sapi/litespeed/lsapilib.c *((int *)&achBuf[12]) = getpid();
getpid 1143 sapi/litespeed/lsapilib.c fprintf( stderr, "%d: packetLen < 0\n", getpid() );
getpid 1148 sapi/litespeed/lsapilib.c fprintf( stderr, "%d: packetLen > %d\n", getpid(), LSAPI_MAX_HEADER_LEN );
getpid 1166 sapi/litespeed/lsapilib.c fprintf( stderr, "%d: parseRequest error\n", getpid() );
getpid 2458 sapi/litespeed/lsapilib.c pid = getpid();
getpid 2605 sapi/litespeed/lsapilib.c ctime(&tmCur), getpid(), pStatus->m_pid, pStatus->m_iReqCounter,
getpid 2684 sapi/litespeed/lsapilib.c fprintf( stderr, "Children tracking is wrong: PID: %d, Cur Childen: %d, count: %d, idle: %d, dying: %d\n", getpid(),
getpid 2891 sapi/litespeed/lsapilib.c fprintf( stderr, "%d: %s, errno: %d (%s)\n", getpid(), pMessage, err_no, strerror( err_no ) );
getpid 135 win32/wsyslog.c spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid());