Lines Matching refs:lcode
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()
1405 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_proxy_create_request()