sp               1218 core/ngx_conf_file.c     size_t           *sp;
sp               1223 core/ngx_conf_file.c     sp = (size_t *) (p + cmd->offset);
sp               1224 core/ngx_conf_file.c     if (*sp != NGX_CONF_UNSET_SIZE) {
sp               1230 core/ngx_conf_file.c     *sp = ngx_parse_size(&value[1]);
sp               1231 core/ngx_conf_file.c     if (*sp == (size_t) NGX_ERROR) {
sp               1237 core/ngx_conf_file.c         return post->post_handler(cf, post, sp);
sp               1315 core/ngx_conf_file.c     time_t           *sp;
sp               1320 core/ngx_conf_file.c     sp = (time_t *) (p + cmd->offset);
sp               1321 core/ngx_conf_file.c     if (*sp != NGX_CONF_UNSET) {
sp               1327 core/ngx_conf_file.c     *sp = ngx_parse_time(&value[1], 1);
sp               1328 core/ngx_conf_file.c     if (*sp == NGX_ERROR) {
sp               1332 core/ngx_conf_file.c     if (*sp == NGX_PARSE_LARGE_TIME) {
sp               1338 core/ngx_conf_file.c         return post->post_handler(cf, post, sp);
sp                925 core/ngx_cycle.c     ngx_slab_pool_t  *sp;
sp                927 core/ngx_cycle.c     sp = (ngx_slab_pool_t *) zn->shm.addr;
sp                931 core/ngx_cycle.c         if (sp == sp->addr) {
sp                937 core/ngx_cycle.c                       &zn->shm.name, sp->addr, sp);
sp                941 core/ngx_cycle.c     sp->end = zn->shm.addr + zn->shm.size;
sp                942 core/ngx_cycle.c     sp->min_shift = 3;
sp                943 core/ngx_cycle.c     sp->addr = zn->shm.addr;
sp                960 core/ngx_cycle.c     if (ngx_shmtx_create(&sp->mutex, (void *) &sp->lock, file) != NGX_OK) {
sp                964 core/ngx_cycle.c     ngx_slab_init(sp);
sp                153 http/modules/ngx_http_rewrite_module.c     e->sp = ngx_pcalloc(r->pool,
sp                155 http/modules/ngx_http_rewrite_module.c     if (e->sp == NULL) {
sp                686 http/modules/perl/ngx_http_perl_module.c     PUSHMARK(sp);
sp                692 http/modules/perl/ngx_http_perl_module.c         EXTEND(sp, (intptr_t) args[0]);
sp               4526 http/ngx_http_core_module.c     size_t *sp = data;
sp               4528 http/ngx_http_core_module.c     if (*sp < NGX_MIN_POOL_SIZE) {
sp               4535 http/ngx_http_core_module.c     if (*sp % NGX_POOL_ALIGNMENT) {
sp                930 http/ngx_http_script.c         e->sp--;
sp                931 http/ngx_http_script.c         e->line.len = e->sp->len;
sp                932 http/ngx_http_script.c         e->line.data = e->sp->data;
sp                948 http/ngx_http_script.c                 e->sp->len = 1;
sp                949 http/ngx_http_script.c                 e->sp->data = (u_char *) "1";
sp                952 http/ngx_http_script.c                 e->sp->len = 0;
sp                953 http/ngx_http_script.c                 e->sp->data = (u_char *) "";
sp                956 http/ngx_http_script.c             e->sp++;
sp                979 http/ngx_http_script.c             e->sp->len = 0;
sp                980 http/ngx_http_script.c             e->sp->data = (u_char *) "";
sp                983 http/ngx_http_script.c             e->sp->len = 1;
sp                984 http/ngx_http_script.c             e->sp->data = (u_char *) "1";
sp                987 http/ngx_http_script.c         e->sp++;
sp               1396 http/ngx_http_script.c     e->sp--;
sp               1398 http/ngx_http_script.c     if (e->sp->len && e->sp->data[0] != '0') {
sp               1423 http/ngx_http_script.c     e->sp--;
sp               1424 http/ngx_http_script.c     val = e->sp;
sp               1425 http/ngx_http_script.c     res = e->sp - 1;
sp               1451 http/ngx_http_script.c     e->sp--;
sp               1452 http/ngx_http_script.c     val = e->sp;
sp               1453 http/ngx_http_script.c     res = e->sp - 1;
sp               1481 http/ngx_http_script.c     value = e->sp - 1;
sp               1636 http/ngx_http_script.c     e->sp->len = e->buf.len;
sp               1637 http/ngx_http_script.c     e->sp->data = e->buf.data;
sp               1638 http/ngx_http_script.c     e->sp++;
sp               1651 http/ngx_http_script.c     e->sp->len = code->text_len;
sp               1652 http/ngx_http_script.c     e->sp->data = (u_char *) code->text_data;
sp               1655 http/ngx_http_script.c                    "http script value: \"%v\"", e->sp);
sp               1657 http/ngx_http_script.c     e->sp++;
sp               1673 http/ngx_http_script.c     e->sp--;
sp               1675 http/ngx_http_script.c     r->variables[code->index].len = e->sp->len;
sp               1679 http/ngx_http_script.c     r->variables[code->index].data = e->sp->data;
sp               1709 http/ngx_http_script.c     e->sp--;
sp               1711 http/ngx_http_script.c     code->handler(e->request, e->sp, code->data);
sp               1734 http/ngx_http_script.c         *e->sp = *value;
sp               1735 http/ngx_http_script.c         e->sp++;
sp               1740 http/ngx_http_script.c     *e->sp = ngx_http_variable_null_value;
sp               1741 http/ngx_http_script.c     e->sp++;
sp                 19 http/ngx_http_script.h     ngx_http_variable_value_t  *sp;
sp                572 http/ngx_http_variables.c     size_t  *sp;
sp                574 http/ngx_http_variables.c     sp = (size_t *) ((char *) r + data);
sp                581 http/ngx_http_variables.c     v->len = ngx_sprintf(v->data, "%uz", *sp) - v->data;
sp                594 http/ngx_http_variables.c     ssize_t    s, *sp;
sp                608 http/ngx_http_variables.c     sp = (ssize_t *) ((char *) r + data);
sp                610 http/ngx_http_variables.c     *sp = s;
sp                 61 os/unix/ngx_freebsd_rfork_thread.h     char  *sp;
sp                 69 os/unix/ngx_freebsd_rfork_thread.h     __asm__ volatile ("mov %%esp, %0" : "=q" (sp));
sp                 73 os/unix/ngx_freebsd_rfork_thread.h     __asm__ volatile ("mov %%rsp, %0" : "=q" (sp));
sp                 81 os/unix/ngx_freebsd_rfork_thread.h     return (ngx_freebsd_kern_usrstack - sp) / ngx_thread_stack_size;