Home
last modified time | relevance | path

Searched refs:quotation_index (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c7002 UINT quotation_index; in _nx_http_server_get_entity_header() local
7063 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()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c7515 UINT quotation_index; in _nx_web_http_server_get_entity_header() local
7576 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()