Lines Matching refs:lcode
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()
882 for (val_len = 0; *(uintptr_t *) le.ip; val_len += 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()
1043 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_fastcgi_create_request()
1044 lcode = *(ngx_http_script_len_code_pt *) le.ip; in ngx_http_fastcgi_create_request()