Searched refs:DB_serial (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dca.c905 p=pp[DB_serial];
923 BIO_printf(bio_err,"entry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p);
1429 if (!BN_hex2bn(&serial, pp[DB_serial]))
1930 row[DB_serial]=BUF_strdup("00");
1932 row[DB_serial]=BN_bn2hex(serial);
1933 if (row[DB_serial] == NULL)
1953 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
1957 row[DB_serial]);
1982 p=rrow[DB_serial]; if (p == NULL) p="undef";
2162 /* row[DB_serial] don
[all...]
H A Dapps.h278 #define DB_serial 3 /* index - unique */ macro
H A Docsp.c1170 row[DB_serial] = itmp;
1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
H A Dapps.c1550 n=a[DB_serial];
1559 for (aa=a[DB_serial]; *aa == '0'; aa++);
1560 for (bb=b[DB_serial]; *bb == '0'; bb++);
1869 if (!TXT_DB_create_index(db->db, DB_serial, NULL,
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dapps.h278 #define DB_serial 3 /* index - unique */ macro
H A Dapps.c1550 n=a[DB_serial];
1559 for (aa=a[DB_serial]; *aa == '0'; aa++);
1560 for (bb=b[DB_serial]; *bb == '0'; bb++);
1869 if (!TXT_DB_create_index(db->db, DB_serial, NULL,

Completed in 127 milliseconds