Home
last modified time | relevance | path

Searched refs:getpid (Results 26 – 41 of 41) sorted by relevance

12

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c517 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
523 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
H A Dmysqlnd.c235 mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
283 mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
358 …or(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
790 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading greeting packet. PID=%d", getpid(… in MYSQLND_METHOD()
2165 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Serious error. PID=%d", getpid());
H A Dmysqlnd_debug.c732 ret->pid = getpid(); in mysqlnd_debug_init()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.c348 fpm_scoreboard_child_use(child->wp->scoreboard, child->scoreboard_i, getpid()); in fpm_child_resources_use()
H A Dfpm_unix.c357 fpm_globals.parent_pid = getpid(); in fpm_unix_init_main()
H A Dfpm_log.c342 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%ld", (long)getpid()); in fpm_log_write()
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c380 mem_write_lock.l_pid = getpid(); in zend_shared_alloc_lock()
H A DZendAccelerator.c2085 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid());
/PHP-5.5/ext/pcntl/
H A Dpcntl.c1109 long pid = getpid(); in PHP_FUNCTION()
1148 long pid = getpid(); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A DZend.m4100 AC_CHECK_FUNCS(memcpy strdup getpid kill strtod strtol finite fpclass sigsetjmp)
H A Dzend_alloc.c92 kill(getpid(), SIGSEGV); in zend_mm_panic()
1027 t = (unsigned char)getpid(); in zend_mm_random()
/PHP-5.5/ext/posix/
H A Dposix.c415 PHP_POSIX_RETURN_LONG_FUNC(getpid); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dproc_open.c842 int my_pid = getpid(); in PHP_FUNCTION()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1440 fprintf(stderr, "FastCGI shutdown, pid %d\n", getpid());
2069 fprintf(stderr, "Wait for kids, pid %d\n", getpid());
/PHP-5.5/sapi/fpm/
H A Dconfig.m4253 sprintf(buf, "/proc/%d/$proc_mem_file", getpid());
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25400 #define osGetpid(X) (pid_t)getpid()

Completed in 425 milliseconds

12