Home
last modified time | relevance | path

Searched refs:lcode (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dinffast.c69 code const FAR *lcode; /* local strm->lencode */ local
96 lcode = state->lencode;
110 here = lcode[hold & lmask];
277 here = lcode[here.val + (hold & ((1U << op) - 1))];
/f-stack/app/redis-5.0.5/deps/lua/src/
H A DMakefile26 CORE_O= lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o \
129 lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \
133 ldebug.o: ldebug.c lua.h luaconf.h lapi.h lobject.h llimits.h lcode.h \
157 lparser.o: lparser.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c65 ngx_stream_script_len_code_pt lcode; in ngx_stream_complex_value() local
83 lcode = *(ngx_stream_script_len_code_pt *) e.ip; in ngx_stream_complex_value()
84 len += lcode(&e); in ngx_stream_complex_value()
399 ngx_stream_script_len_code_pt lcode; in ngx_stream_script_run() local
417 lcode = *(ngx_stream_script_len_code_pt *) e.ip; in ngx_stream_script_run()
418 len += lcode(&e); in ngx_stream_script_run()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c63 ngx_http_script_len_code_pt lcode; in ngx_http_complex_value() local
82 lcode = *(ngx_http_script_len_code_pt *) e.ip; in ngx_http_complex_value()
83 len += lcode(&e); in ngx_http_complex_value()
521 ngx_http_script_len_code_pt lcode; in ngx_http_script_run() local
541 lcode = *(ngx_http_script_len_code_pt *) e.ip; in ngx_http_script_run()
542 len += lcode(&e); in ngx_http_script_run()
946 ngx_http_script_len_code_pt lcode; in ngx_http_script_regex_start_code() local
1069 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_script_regex_start_code()
1070 len += lcode(&le); in ngx_http_script_regex_start_code()
1649 ngx_http_script_len_code_pt lcode; in ngx_http_script_complex_value_code() local
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c90 ngx_http_script_len_code_pt lcode; in ngx_http_try_files_handler() local
126 lcode = *(ngx_http_script_len_code_pt *) e.ip; in ngx_http_try_files_handler()
127 len += lcode(&e); in ngx_http_try_files_handler()
H A Dngx_http_scgi_module.c643 ngx_http_script_len_code_pt lcode; in ngx_http_scgi_create_request() local
681 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_scgi_create_request()
682 key_len = lcode(&le); in ngx_http_scgi_create_request()
684 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_scgi_create_request()
685 skip_empty = lcode(&le); in ngx_http_scgi_create_request()
688 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_scgi_create_request()
800 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_scgi_create_request()
801 lcode(&le); /* key length */ in ngx_http_scgi_create_request()
803 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_scgi_create_request()
804 skip_empty = lcode(&le); in ngx_http_scgi_create_request()
[all …]
H A Dngx_http_uwsgi_module.c844 ngx_http_script_len_code_pt lcode; in ngx_http_uwsgi_create_request() local
869 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_uwsgi_create_request()
870 key_len = lcode(&le); in ngx_http_uwsgi_create_request()
872 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_uwsgi_create_request()
873 skip_empty = lcode(&le); in ngx_http_uwsgi_create_request()
876 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_uwsgi_create_request()
1005 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_uwsgi_create_request()
1006 key_len = (u_char) lcode(&le); in ngx_http_uwsgi_create_request()
1008 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_uwsgi_create_request()
1009 skip_empty = lcode(&le); in ngx_http_uwsgi_create_request()
[all …]
H A Dngx_http_index_module.c110 ngx_http_script_len_code_pt lcode; in ngx_http_index_handler() local
153 lcode = *(ngx_http_script_len_code_pt *) e.ip; in ngx_http_index_handler()
154 len += lcode(&e); in ngx_http_index_handler()
H A Dngx_http_fastcgi_module.c849 ngx_http_script_len_code_pt lcode; in ngx_http_fastcgi_create_request() local
876 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_fastcgi_create_request()
877 key_len = lcode(&le); in ngx_http_fastcgi_create_request()
879 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_fastcgi_create_request()
880 skip_empty = lcode(&le); in ngx_http_fastcgi_create_request()
883 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_fastcgi_create_request()
1037 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_fastcgi_create_request()
1038 key_len = (u_char) lcode(&le); in ngx_http_fastcgi_create_request()
1040 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_fastcgi_create_request()
1041 skip_empty = lcode(&le); in ngx_http_fastcgi_create_request()
[all …]
H A Dngx_http_proxy_module.c1187 ngx_http_script_len_code_pt lcode; in ngx_http_proxy_create_request() local
1267 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_proxy_create_request()
1268 body_len += lcode(&le); in ngx_http_proxy_create_request()
1288 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_proxy_create_request()
1289 key_len = lcode(&le); in ngx_http_proxy_create_request()
1291 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_proxy_create_request()
1292 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_proxy_create_request()
1401 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_proxy_create_request()
1402 (void) lcode(&le); in ngx_http_proxy_create_request()
1404 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_proxy_create_request()
[all …]
H A Dngx_http_grpc_module.c595 ngx_http_script_len_code_pt lcode; in ngx_http_grpc_create_request() local
658 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_grpc_create_request()
659 key_len = lcode(&le); in ngx_http_grpc_create_request()
661 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_grpc_create_request()
662 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_grpc_create_request()
866 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_grpc_create_request()
867 key_len = lcode(&le); in ngx_http_grpc_create_request()
869 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_grpc_create_request()
870 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_grpc_create_request()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A DMakefile.in15 $(MODULE)-objs += lcode.o
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A DMakefile.am185 lcode.c \
/f-stack/app/redis-5.0.5/deps/lua/
H A DINSTALL77 library: lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.bsd80 lcode.c \