HomeSort by: relevance | last modified time | path
    Searched refs:new_token (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
macroexp.c 579 shared_macro_buffer dest_tail, new_token;
606 if (get_token (&new_token, &dest_tail)
607 && (new_token.text + new_token.len
626 if (get_token (&new_token, &dest_tail)
627 && (new_token.text + new_token.len
576 shared_macro_buffer dest_tail, new_token; local
  /src/external/gpl3/gdb/dist/gdb/
macroexp.c 579 shared_macro_buffer dest_tail, new_token;
606 if (get_token (&new_token, &dest_tail)
607 && (new_token.text + new_token.len
626 if (get_token (&new_token, &dest_tail)
627 && (new_token.text + new_token.len
576 shared_macro_buffer dest_tail, new_token; local
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 4846 QUIC_TOKEN *new_token; local
4867 new_token = OPENSSL_zalloc(sizeof(QUIC_TOKEN) + hashkey_len + token_len);
4868 if (new_token == NULL)
4871 if (!CRYPTO_NEW_REF(&new_token->references, 1)) {
4872 OPENSSL_free(new_token);
4876 new_token->hashkey_len = hashkey_len;
4878 new_token->hashkey = (uint8_t *)(new_token + 1);
4880 new_token->token = new_token->hashkey + hashkey_len
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c 69 } new_token; member in union:helper::__anon175
488 /* 5. 1-RTT, CFQ (NEW_TOKEN) */
535 if (!TEST_mem_eq(h->frame.new_token.token,
536 h->frame.new_token.token_len,
595 /* 7. 1-RTT, ACK, NEW_TOKEN */
604 /* ACK must come before NEW_TOKEN */
1396 &h.frame.new_token.token,
1397 &h.frame.new_token.token_len)))

Completed in 21 milliseconds