Home
last modified time | relevance | path

Searched refs:token_length (Results 1 - 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A 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/
H A 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/
H A 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()
H A Dcoap_pdu.c181 size_t token_length, in coap_pdu_duplicate()
203 coap_add_token(pdu, token_length, token); in coap_pdu_duplicate()
179 coap_pdu_duplicate(const coap_pdu_t *old_pdu, coap_session_t *session, size_t token_length, const uint8_t *token, coap_opt_filter_t *drop_options) coap_pdu_duplicate() argument
/third_party/libcoap/include/coap3/
H A Dcoap_pdu.h414 * @param token_length The length of the token to use in this duplicated PDU.
423 size_t token_length,
/third_party/libcoap/examples/
H A 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/
H A 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/
H A Dgl4cStencilTexturingTests.cpp379 const size_t token_length = strlen(token); in replaceToken() local
392 string.replace(token_position, token_length, text, text_length); in replaceToken()
H A Dgl3cGPUShader5Tests.cpp315 const size_t token_length = strlen(token); in replaceToken() local
318 string.replace(token_position, token_length, text, text_length); in replaceToken()
H A Dgl4cGlSpirvTests.cpp121 const size_t token_length = strlen(token); in replaceToken() local
126 string.replace(token_position, token_length, text, text_length); in replaceToken()
H A Dgl4cSparseTexture2Tests.cpp270 const size_t token_length = strlen(token); in replaceToken() local
275 string.replace(token_position, token_length, text, text_length); in replaceToken()
H A Dgl4cMultiBindTests.cpp1596 const size_t token_length = strlen(token); in replaceToken() local
1599 string.replace(token_position, token_length, text, text_length); in replaceToken()
H A Dgl3cTextureSwizzleTests.cpp2153 const size_t token_length = strlen(token); in replaceToken() local
2156 string.replace(token_position, token_length, text, text_length); in replaceToken()
H A 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()
H A 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()
H A Dgl4cGPUShaderFP64Tests.cpp1570 const size_t token_length = strlen(token); in replaceToken() local
1573 string.replace(token_position, token_length, text, text_length); in replaceToken()

Completed in 94 milliseconds