Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h103 uint8_t token_length; /**< length of Token */ member
Dcoap_block_internal.h59 size_t token_length; /**< length of token */ member
117 size_t token_length; /**< length of token */ member
/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
/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
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp63 const size_t token_length = strlen(token); in replaceToken() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp315 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cStencilTexturingTests.cpp379 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cGlSpirvTests.cpp121 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cSparseTexture2Tests.cpp270 const size_t token_length = strlen(token); in replaceToken() local
Dgl3cTextureSwizzleTests.cpp2153 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cMultiBindTests.cpp1596 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cShadingLanguage420PackTests.cpp1411 const size_t token_length = strlen(token); in replaceToken() local
1428 const size_t token_length = strlen(token); in replaceAllTokens() local
Dgl4cEnhancedLayoutsTests.cpp1584 const size_t token_length = strlen(token); in replaceToken() local
1611 const size_t token_length = strlen(token); in replaceAllTokens() local
Dgl4cGPUShaderFP64Tests.cpp1570 const size_t token_length = strlen(token); in replaceToken() local
/third_party/libcoap/src/
Dpdu.c157 size_t token_length, in coap_pdu_duplicate()
Dresource.c119 size_t token_length; in match() local
Dnet.c2016 const uint8_t *token, size_t token_length) { in coap_cancel_all_messages()