Lines Matching refs:lcode
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()
687 for (val_len = 0; *(uintptr_t *) le.ip; val_len += 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()
806 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_scgi_create_request()
807 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_scgi_create_request()