HomeSort by relevance Sort by last modified time
    Searched full:rinf (Results 1 - 4 of 4) sorted by null

  /external/fio/engines/
guasi.c 55 struct guasi_reqinfo rinf; local
58 if (guasi_req_info(ld->reqs[event], &rinf) < 0) {
62 io_u = rinf.asid;
65 if (rinf.status == GUASI_STATUS_COMPLETE) {
66 io_u->error = rinf.result;
70 if (rinf.result != (long) io_u->xfer_buflen) {
71 if (rinf.result >= 0)
72 io_u->resid = io_u->xfer_buflen - rinf.result;
74 io_u->error = rinf.error;
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_req.c 84 X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval; local
87 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
88 if(!rinf->attributes) return 0;
  /external/openssl/crypto/asn1/
x_req.c 85 X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval; local
88 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
89 if(!rinf->attributes) return 0;
  /packages/providers/CalendarProvider/res/values-hu/
strings.xml 22 <string name="calendar_info" msgid="6687678621418059281">"Naptárinfó"</string>

Completed in 196 milliseconds