HomeSort by relevance Sort by last modified time
    Searched refs:new_ctype (Results 1 - 5 of 5) sorted by null

  /external/srtp/crypto/kernel/
crypto_kernel.c 302 kernel_cipher_type_t *ctype, *new_ctype; local
325 new_ctype = (kernel_cipher_type_t *) crypto_alloc(sizeof(kernel_cipher_type_t));
326 if (new_ctype == NULL)
330 new_ctype->cipher_type = new_ct;
331 new_ctype->id = id;
332 new_ctype->next = crypto_kernel.cipher_type_list;
335 crypto_kernel.cipher_type_list = new_ctype;
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 631 new_ctype = ''
634 if not new_ctype:
635 new_ctype = _formatparam(p, v, requote)
637 new_ctype = SEMISPACE.join([new_ctype,
639 if new_ctype != self.get(header):
641 self[header] = new_ctype
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 631 new_ctype = ''
634 if not new_ctype:
635 new_ctype = _formatparam(p, v, requote)
637 new_ctype = SEMISPACE.join([new_ctype,
639 if new_ctype != self.get(header):
641 self[header] = new_ctype
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 631 new_ctype = ''
634 if not new_ctype:
635 new_ctype = _formatparam(p, v, requote)
637 new_ctype = SEMISPACE.join([new_ctype,
639 if new_ctype != self.get(header):
641 self[header] = new_ctype
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 631 new_ctype = ''
634 if not new_ctype:
635 new_ctype = _formatparam(p, v, requote)
637 new_ctype = SEMISPACE.join([new_ctype,
639 if new_ctype != self.get(header):
641 self[header] = new_ctype

Completed in 282 milliseconds