Searched refs:padding_length (Results 1 – 3 of 3) sorted by relevance
108 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local116 padding_length = tlv_length % 4; in sctp_asconf_error_response()117 if (padding_length != 0) { in sctp_asconf_error_response()118 padding_length = 4 - padding_length; in sctp_asconf_error_response()120 buf_len = param_length + padding_length; in sctp_asconf_error_response()143 for (i = 0; i < padding_length; i++) { in sctp_asconf_error_response()
8891 uint16_t padding_length; in sctp_queue_op_err() local8910 padding_length = chunk_length % 4; in sctp_queue_op_err()8911 if (padding_length != 0) { in sctp_queue_op_err()8912 padding_length = 4 - padding_length; in sctp_queue_op_err()8914 if (padding_length != 0) { in sctp_queue_op_err()8915 if (sctp_add_pad_tombuf(last_mbuf, padding_length) == NULL) { in sctp_queue_op_err()
119 u_char padding_length; member1017 h->padding_length = (u_char) padding; in ngx_http_fastcgi_create_request()1178 h->padding_length = 0; in ngx_http_fastcgi_create_request()1260 h->padding_length = (u_char) padding; in ngx_http_fastcgi_create_request()1310 h->padding_length = 0; in ngx_http_fastcgi_create_request()1525 h->padding_length = (u_char) padding; in ngx_http_fastcgi_body_output_filter()1579 h->padding_length = 0; in ngx_http_fastcgi_body_output_filter()1823 fh->padding_length = 0; in ngx_http_fastcgi_process_header()