Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_ssdp.c61 static int token_length(const char *s) in token_length() function
540 data += token_length(data); in ssdp_parse_msearch()
562 data += token_length(data); in ssdp_parse_msearch()
612 data += token_length(data); in ssdp_parse_msearch()
626 data += token_length(data); in ssdp_parse_msearch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_ssdp.c61 static int token_length(const char *s) in token_length() function
540 data += token_length(data); in ssdp_parse_msearch()
562 data += token_length(data); in ssdp_parse_msearch()
612 data += token_length(data); in ssdp_parse_msearch()
626 data += token_length(data); in ssdp_parse_msearch()
/third_party/libcoap/src/
Dcoap_resource.c83 size_t token_length; in match() local
88 token_length = next_token - token; in match()
89 remaining_length -= (token_length + 1); in match()
92 token_length = remaining_length; in match()
96 if ((match_prefix || pattern->length == token_length) && in match()
Dcoap_pdu.c181 size_t token_length, in coap_pdu_duplicate() argument
203 coap_add_token(pdu, token_length, token); in coap_pdu_duplicate()
/third_party/libcoap/include/coap3/
Dcoap_pdu.h423 size_t token_length,
/third_party/libcoap/examples/
Dcoap-rd.c227 if (request->hdr->token_length) in hnd_put_resource()
228 coap_add_token(response, request->hdr->token_length, request->hdr->token); in hnd_put_resource()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp63 const size_t token_length = strlen(token); in replaceToken() local
68 str.replace(token_position, token_length, text, text_length); in replaceToken()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp315 const size_t token_length = strlen(token); in replaceToken() local
318 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl4cStencilTexturingTests.cpp379 const size_t token_length = strlen(token); in replaceToken() local
392 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl4cGlSpirvTests.cpp121 const size_t token_length = strlen(token); in replaceToken() local
126 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl4cSparseTexture2Tests.cpp270 const size_t token_length = strlen(token); in replaceToken() local
275 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl3cTextureSwizzleTests.cpp2153 const size_t token_length = strlen(token); in replaceToken() local
2156 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl4cMultiBindTests.cpp1596 const size_t token_length = strlen(token); in replaceToken() local
1599 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl4cShadingLanguage420PackTests.cpp1411 const size_t token_length = strlen(token); in replaceToken() local
1414 string.replace(token_position, token_length, text, text_length); in replaceToken()
1428 const size_t token_length = strlen(token); in replaceAllTokens() local
1443 string.replace(token_position, token_length, text, text_length); in replaceAllTokens()
Dgl4cEnhancedLayoutsTests.cpp1584 const size_t token_length = strlen(token); in replaceToken() local
1597 string.replace(token_position, token_length, text, text_length); in replaceToken()
1611 const size_t token_length = strlen(token); in replaceAllTokens() local
1626 string.replace(token_position, token_length, text, text_length); in replaceAllTokens()
Dgl4cGPUShaderFP64Tests.cpp1570 const size_t token_length = strlen(token); in replaceToken() local
1573 string.replace(token_position, token_length, text, text_length); in replaceToken()
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt265 return received->token_length == the_token.length &&