Lines Matching refs:lcode
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
1666 for (len = 0; *(uintptr_t *) le.ip; len += lcode(&le)) { in ngx_http_script_complex_value_code()
1667 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_script_complex_value_code()