Searched refs:strncasecmp (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/ucamera/src/ |
A D | ucamera_device.c | 43 if (strncasecmp(camera_ctx[i]->name, dev_name, strlen(dev_name)) == 0) { in ucamera_device_init()
|
/AliOS-Things-master/components/ai_agent/src/ |
A D | aiagent_engine.c | 61 if (strncasecmp(ai_engine_ctx[i]->name, dev_name, strlen(dev_name)) == 0) { in aiagent_engine_init()
|
/AliOS-Things-master/components/http/src/ |
A D | http_client.c | 686 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 D | HttpMessage.cc | 25 #define strncasecmp _strnicmp macro
|
A D | EndpointProvider.cc | 40 #define strncasecmp _strnicmp macro
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/ |
A D | os.h | 529 #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 D | iptcutil.c | 25 #define STRNICMP strncasecmp
|
/AliOS-Things-master/components/py_engine/modules/network/http/ |
A D | httputility.c | 66 if (!strncasecmp(str, key, len)) in strncasestr()
|
A D | modhttp.c | 74 if (!strncasecmp(str, key, len)) in strncasestr()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/ |
A D | module_http.c | 69 if (!strncasecmp(str, key, len)) in strncasestr()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | multilink.c | 553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
|
A D | auth.c | 2279 if (!strncasecmp(wp->word, remote_number, l))
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 618 #define SDL_strncasecmp strncasecmp
|
/AliOS-Things-master/components/uvoice/stream/ |
A D | uvoice_http.c | 111 if (!strncasecmp(str, key, len)) in strncasestr()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 1041 return strncasecmp(str1, str2, maxlen); in SDL_strncasecmp()
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 808 atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
|
A D | configure | 17085 …trtoll strtoull atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp vsscanf vsnprin…
|
Completed in 66 milliseconds