HomeSort by relevance Sort by last modified time
    Searched refs:nattr (Results 1 - 3 of 3) 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;
  /external/openssh/
ssh-pkcs11.c 193 CK_ULONG nattr, CK_OBJECT_HANDLE *obj)
203 if ((rv = f->C_FindObjectsInit(session, attr, nattr)) != CKR_OK) {
204 error("C_FindObjectsInit failed (nattr %lu): %lu", nattr, rv);
209 debug("C_FindObjects failed (nfound %lu nattr %lu): %lu",
210 nfound, nattr, rv);

Completed in 1742 milliseconds