Searched refs:quotation_index (Results 1 – 2 of 2) sorted by relevance
7002 UINT quotation_index; in _nx_http_server_get_entity_header() local7063 for(quotation_index = field_length; quotation_index > index; quotation_index--) in _nx_http_server_get_entity_header()7065 if(multipart_ptr -> nx_http_server_multipart_boundary[quotation_index] == '"') in _nx_http_server_get_entity_header()7070 if(quotation_index > index) in _nx_http_server_get_entity_header()7071 multipart_ptr -> nx_http_server_multipart_boundary[quotation_index] = 0; in _nx_http_server_get_entity_header()7082 quotation_index - index + 1); /* Use case of memmove is verified. */ in _nx_http_server_get_entity_header()
7515 UINT quotation_index; in _nx_web_http_server_get_entity_header() local7576 for(quotation_index = field_length; quotation_index > index; quotation_index--) in _nx_web_http_server_get_entity_header()7578 if(multipart_ptr -> nx_web_http_server_multipart_boundary[quotation_index] == '"') in _nx_web_http_server_get_entity_header()7583 if(quotation_index > index) in _nx_web_http_server_get_entity_header()7584 multipart_ptr -> nx_web_http_server_multipart_boundary[quotation_index] = 0; in _nx_web_http_server_get_entity_header()7595 quotation_index - index + 1); /* Use case of memmove is verified. */ in _nx_web_http_server_get_entity_header()