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

  /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/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/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 4825 QUIC_TOKEN *new_token; local
4846 new_token = OPENSSL_zalloc(sizeof(QUIC_TOKEN) + hashkey_len + token_len);
4847 if (new_token == NULL)
4850 if (!CRYPTO_NEW_REF(&new_token->references, 1)) {
4851 OPENSSL_free(new_token);
4855 new_token->hashkey_len = hashkey_len;
4857 new_token->hashkey = (uint8_t *)(new_token + 1);
4859 new_token->token = new_token->hashkey + hashkey_len
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c 83 } new_token; member in union:helper::__anon738
502 /* 5. 1-RTT, CFQ (NEW_TOKEN) */
549 if (!TEST_mem_eq(h->frame.new_token.token,
550 h->frame.new_token.token_len,
609 /* 7. 1-RTT, ACK, NEW_TOKEN */
618 /* ACK must come before NEW_TOKEN */
1410 &h.frame.new_token.token,
1411 &h.frame.new_token.token_len)))

Completed in 32 milliseconds