| /f-stack/freebsd/contrib/zlib/ |
| H A D | inffast.c | 69 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 D | Makefile | 26 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 D | ngx_stream_script.c | 65 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 D | ngx_http_script.c | 63 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 D | ngx_http_try_files_module.c | 90 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 D | ngx_http_scgi_module.c | 643 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 D | ngx_http_uwsgi_module.c | 844 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 D | ngx_http_index_module.c | 110 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 D | ngx_http_fastcgi_module.c | 849 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 D | ngx_http_proxy_module.c | 1187 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 D | ngx_http_grpc_module.c | 595 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 D | Makefile.in | 15 $(MODULE)-objs += lcode.o
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 185 lcode.c \
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | INSTALL | 77 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 D | Makefile.bsd | 80 lcode.c \
|