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

  /external/protobuf/python/
stubout.py 42 def SmartSet(self, obj, attr_name, new_attr):
43 """Replace obj.attr_name with new_attr. This method is smart and works
94 setattr(orig_obj, attr_name, new_attr)
  /external/openssl/crypto/x509/
x509_att.c 124 X509_ATTRIBUTE *new_attr=NULL; local
141 if ((new_attr=X509_ATTRIBUTE_dup(attr)) == NULL)
143 if (!sk_X509_ATTRIBUTE_push(sk,new_attr))
151 if (new_attr != NULL) X509_ATTRIBUTE_free(new_attr);

Completed in 324 milliseconds