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

  /external/xmlwriter/src/org/jheer/
XMLWriter.java 155 * @param nattr the number of attributes
160 int nattr, boolean close) throws IOException
165 for ( int i=0; i<nattr; ++i ) {
188 * @param nattr the number of attributes
190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException
192 tag(tag, names, values, nattr, true);
201 * @param nattr the number of attributes
203 public void start(String tag, String[] names, String[] values, int nattr) throws IOException
205 tag(tag, names, values, nattr, false);
279 * @param nattr the number of attribute
    [all...]
  /external/openssl/crypto/x509/
x509_att.c 261 X509_ATTRIBUTE *nattr; local
271 nattr = X509_ATTRIBUTE_create_by_OBJ(attr,obj,type,bytes,len);
273 return nattr;

Completed in 13 milliseconds