Searched refs:rrow (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | ca.c | 1746 OPENSSL_STRING *rrow = NULL; in do_body() local 2134 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body() 2135 if (rrow != NULL) { in do_body() 2141 if (rrow == NULL) { in do_body() 2142 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body() 2143 if (rrow != NULL) { in do_body() 2151 if (rrow != NULL) { in do_body() 2154 if (rrow[DB_type][0] == DB_TYPE_EXP) in do_body() 2156 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body() 2158 else if (rrow[DB_type][0] == DB_TYPE_VAL) in do_body() [all …]
|
| HD | ocsp.c | 1301 char *itmp, *row[DB_NUMBER], **rrow; in lookup_serial() local 1314 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial() 1316 return rrow; in lookup_serial()
|
| /dragonfly/contrib/byacc/ |
| HD | closure.c | 56 unsigned *rrow; in set_first_derives() local 72 rrow = first_derives; in set_first_derives() 91 SETBIT(rrow, rule); in set_first_derives() 96 rrow += rulesetsize; in set_first_derives()
|
| /dragonfly/contrib/awk/ |
| HD | awk.h | 238 typedef struct rrow { struct 247 } rrow; typedef 271 struct rrow re[1]; /* variable: actual size set by calling malloc */
|
| HD | b.c | 240 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt * sizeof(rrow))) == NULL) in mkdfa()
|
| HD | FIXES.1e | 831 ltype int to long in struct rrow to reduce some 64-bit 1207 changed struct rrow (awk.h) to use long instead of int for lval,
|