Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Functions
ngx_user.h File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_user.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uid_t ngx_uid_t
typedef gid_t ngx_gid_t

Functions

ngx_int_t ngx_libc_crypt (ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)

Typedef Documentation

typedef gid_t ngx_gid_t

Definition at line 17 of file ngx_user.h.

typedef uid_t ngx_uid_t

Definition at line 16 of file ngx_user.h.

Function Documentation

ngx_int_t ngx_libc_crypt ( ngx_pool_t pool,
u_char *  key,
u_char *  salt,
u_char **  encrypted 
)