Nebula
Nebula
proctitle_helper.c 文件参考
+ proctitle_helper.c 的引用(Include)关系图:

宏定义

#define NGX_SETPROCTITLE_USES_ENV   1
 
#define NGX_SETPROCTITLE_PAD   '\0'
 

函数

int ngx_init_setproctitle (int argc, char **argv)
 
void ngx_setproctitle (const char *title)
 
const char * getproctitle ()
 

变量

char ** environ
 

宏定义说明

#define NGX_SETPROCTITLE_PAD   '\0'
#define NGX_SETPROCTITLE_USES_ENV   1

函数说明

const char* getproctitle ( )

+ 这是这个函数的调用关系图:

int ngx_init_setproctitle ( int  argc,
char **  argv 
)
void ngx_setproctitle ( const char *  title)

+ 这是这个函数的调用关系图:

变量说明

char** environ