Searched refs:n_max (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c143 char *value, int nid, int n_min, int n_max,
146 char *value, int nid, int n_min, int n_max,
149 static int req_check_len(int len, int n_min, int n_max);
1142 long n_min, n_max; local
1220 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) {
1222 n_max = -1;
1226 n_min, n_max, chtype, mval))
1281 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) {
1283 n_max = -1;
1288 n_max, chtyp
1365 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1423 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
1486 req_check_len(int len, int n_min, int n_max) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c143 char *value, int nid, int n_min, int n_max,
146 char *value, int nid, int n_min, int n_max,
149 static int req_check_len(int len, int n_min, int n_max);
1142 long n_min, n_max; local
1220 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) {
1222 n_max = -1;
1226 n_min, n_max, chtype, mval))
1281 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) {
1283 n_max = -1;
1288 n_max, chtyp
1365 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1423 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
1486 req_check_len(int len, int n_min, int n_max) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c141 int n_max, unsigned long chtype);
143 int nid,int n_min,int n_max, unsigned long chtype, int mval);
147 static int req_check_len(int len,int n_min,int n_max);
1295 long n_min,n_max; local
1375 if (!NCONF_get_number(req_conf,dn_sect,buf, &n_max))
1378 n_max = -1;
1382 n_min,n_max, chtype, mval))
1440 if (!NCONF_get_number(req_conf,attr_sect,buf, &n_max))
1441 n_max = -1;
1444 v->value,def,value,nid,n_min,n_max, chtyp
1523 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1579 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
1661 req_check_len(int len, int n_min, int n_max) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsvga.h59 u16 n_max; member in struct:svga_pll
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.c437 /* get a positive number between n_min and n_max, for a maximum length
440 int n_min, int n_max, int len_max)
457 if (val < n_min || val > n_max)
439 date_get_num(const char **pp, int n_min, int n_max, int len_max) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.c377 /* get a positive number between n_min and n_max, for a maximum length
380 int n_min, int n_max, int len_max)
397 if (val < n_min || val > n_max)
379 date_get_num(const char **pp, int n_min, int n_max, int len_max) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c1122 int n_max = atempo->ring; local
1128 atempo->dst_buffer = ff_get_audio_buffer(outlink, n_max);
1133 atempo->dst_end = atempo->dst + n_max * atempo->stride;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsvgalib.c396 while ((am <= pll->m_max) && (an <= pll->n_max)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c1467 int i, j, n = 2, n_max; local
1473 n_max = req2->num_additional_wqes + 2;
1561 if (n >= n_max)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c25763 int n_max; local
25768 for (n_max = 0;n_max < gen_nb_int;n_max++) {
25773 max = gen_int(n_max, 3);
25781 des_int(n_max, max, 3);
25790 printf(" %d", n_max);
25820 int n_max; local
25825 for (n_max = 0;n_max < gen_nb_in
28900 int n_max; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestapi.c25763 int n_max; local
25768 for (n_max = 0;n_max < gen_nb_int;n_max++) {
25773 max = gen_int(n_max, 3);
25781 des_int(n_max, max, 3);
25790 printf(" %d", n_max);
25820 int n_max; local
25825 for (n_max = 0;n_max < gen_nb_in
28900 int n_max; local
[all...]

Completed in 416 milliseconds