Searched refs:the_token (Results 1 - 2 of 2) sorted by relevance
/third_party/libcoap/examples/ |
H A D | coap-client.c | 59 coap_binary_t the_token = { 0, _token_data }; variable 281 if (the_token.length > COAP_TOKEN_DEFAULT_MAX) { in coap_new_request() 284 memcpy(&the_token.s[the_token.length - tokenlen], token, tokenlen); in coap_new_request() 286 coap_session_new_token(session, &the_token.length, the_token.s); in coap_new_request() 288 track_new_token(the_token.length, the_token.s); in coap_new_request() 289 if (!coap_add_token(pdu, the_token.length, the_token in coap_new_request() [all...] |
/third_party/python/Parser/ |
H A D | pegen.c | 547 char *the_token; in _PyPegen_soft_keyword_token() local 549 PyBytes_AsStringAndSize(t->bytes, &the_token, &size); in _PyPegen_soft_keyword_token() 551 if (strncmp(*keyword, the_token, size) == 0) { in _PyPegen_soft_keyword_token()
|
Completed in 3 milliseconds