Searched refs:rrow (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 1514 OPENSSL_STRING *rrow = NULL; in do_body() local 1843 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body() 1844 if (rrow != NULL) { in do_body() 1850 if (rrow == NULL) { in do_body() 1851 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body() 1852 if (rrow != NULL) { in do_body() 1861 if (rrow != NULL) { in do_body() 1863 if (rrow[DB_type][0] == DB_TYPE_EXP) in do_body() 1865 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body() 1867 else if (rrow[DB_type][0] == DB_TYPE_VAL) in do_body() [all …]
|
H A D | ocsp.c | 1180 char *itmp, *row[DB_NUMBER], **rrow; in lookup_serial() local 1194 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial() 1196 return rrow; in lookup_serial()
|
/freebsd/contrib/byacc/ |
H A D | 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()
|
/freebsd/contrib/one-true-awk/ |
H A D | awk.h | 246 typedef struct rrow { struct 255 } rrow; argument 279 struct rrow re[1]; /* variable: actual size set by calling malloc */
|
H A D | b.c | 240 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt * sizeof(rrow))) == NULL) in mkdfa()
|
H A D | 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,
|