base             1764 core/ngx_string.c ngx_sort(void *base, size_t n, size_t size,
base             1774 core/ngx_string.c     for (p1 = (u_char *) base + size;
base             1775 core/ngx_string.c          p1 < (u_char *) base + n * size;
base             1781 core/ngx_string.c              p2 > (u_char *) base && cmp(p2 - size, p) > 0;
base              220 core/ngx_string.h void ngx_sort(void *base, size_t n, size_t size,
base               93 http/modules/ngx_http_geo_module.c static u_char *ngx_http_geo_copy_values(u_char *base, u_char *p,
base             1143 http/modules/ngx_http_geo_module.c     u_char                     *base, ch;
base             1213 http/modules/ngx_http_geo_module.c     base = ngx_palloc(ctx->pool, size);
base             1214 http/modules/ngx_http_geo_module.c     if (base == NULL) {
base             1218 http/modules/ngx_http_geo_module.c     n = ngx_read_file(&file, base, size, 0);
base             1233 http/modules/ngx_http_geo_module.c     header = (ngx_http_geo_header_t *) base;
base             1243 http/modules/ngx_http_geo_module.c     vv = (ngx_http_variable_value_t *) (base + sizeof(ngx_http_geo_header_t));
base             1249 http/modules/ngx_http_geo_module.c         vv->data += (size_t) base;
base             1261 http/modules/ngx_http_geo_module.c                             ((u_char *) ranges[i] + (size_t) base);
base             1267 http/modules/ngx_http_geo_module.c     while ((u_char *) range < base + size) {
base             1272 http/modules/ngx_http_geo_module.c                                ((u_char *) range->value + (size_t) base);
base             1391 http/modules/ngx_http_geo_module.c ngx_http_geo_copy_values(u_char *base, u_char *p, ngx_rbtree_node_t *node,
base             1402 http/modules/ngx_http_geo_module.c     gvvn->offset = p - base;
base             1407 http/modules/ngx_http_geo_module.c     vv->data = (u_char *) (p - base);
base             1413 http/modules/ngx_http_geo_module.c     p = ngx_http_geo_copy_values(base, p, node->left, sentinel);
base             1415 http/modules/ngx_http_geo_module.c     return ngx_http_geo_copy_values(base, p, node->right, sentinel);