Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/ucamera/src/
A Ducamera_device.c43 if (strncasecmp(camera_ctx[i]->name, dev_name, strlen(dev_name)) == 0) { in ucamera_device_init()
/AliOS-Things-master/components/ai_agent/src/
A Daiagent_engine.c61 if (strncasecmp(ai_engine_ctx[i]->name, dev_name, strlen(dev_name)) == 0) { in aiagent_engine_init()
/AliOS-Things-master/components/http/src/
A Dhttp_client.c686 if (0 == strncasecmp(key_ptr, "Content-Length", key_len)) { in httpclient_response_parse()
689 } else if (0 == strncasecmp(key_ptr, "Transfer-Encoding", key_len)) { in httpclient_response_parse()
690 if (0 == strncasecmp(value_ptr, "Chunked", value_len)) { in httpclient_response_parse()
695 …(client->response_code >= 300 && client->response_code < 400) && (0 == strncasecmp(key_ptr, "Locat… in httpclient_response_parse()
915 if (0 == strncasecmp(key_ptr, name, key_len)) { in httpclient_get_response_header_value()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DHttpMessage.cc25 #define strncasecmp _strnicmp macro
A DEndpointProvider.cc40 #define strncasecmp _strnicmp macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dos.h529 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n))
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A Diptcutil.c25 #define STRNICMP strncasecmp
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c66 if (!strncasecmp(str, key, len)) in strncasestr()
A Dmodhttp.c74 if (!strncasecmp(str, key, len)) in strncasestr()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c69 if (!strncasecmp(str, key, len)) in strncasestr()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmultilink.c553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
A Dauth.c2279 if (!strncasecmp(wp->word, remote_number, l))
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h618 #define SDL_strncasecmp strncasecmp
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_http.c111 if (!strncasecmp(str, key, len)) in strncasestr()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c1041 return strncasecmp(str1, str2, maxlen); in SDL_strncasecmp()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt808 atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
A Dconfigure17085 …trtoll strtoull atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp vsscanf vsnprin…

Completed in 66 milliseconds