Searched refs:onp (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Do_names.c183 OBJ_NAME *onp,*ret; local
191 onp=(OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME));
192 if (onp == NULL)
198 onp->name=name;
199 onp->alias=alias;
200 onp->type=type;
201 onp->data=data;
203 ret=(OBJ_NAME *)lh_insert(names_lh,onp);
330 static void names_lh_free(OBJ_NAME *onp) argument
332 if(onp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Do_names.c182 OBJ_NAME *onp, *ret; local
191 onp = (OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME));
192 if (onp == NULL) {
197 onp->name = name;
198 onp->alias = alias;
199 onp->type = type;
200 onp->data = data;
202 ret = lh_OBJ_NAME_insert(names_lh, onp);
331 static void names_lh_free_doall(OBJ_NAME *onp) argument
333 if (onp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Do_names.c182 OBJ_NAME *onp, *ret; local
191 onp = (OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME));
192 if (onp == NULL) {
197 onp->name = name;
198 onp->alias = alias;
199 onp->type = type;
200 onp->data = data;
202 ret = lh_OBJ_NAME_insert(names_lh, onp);
331 static void names_lh_free_doall(OBJ_NAME *onp) argument
333 if (onp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_method.c398 __log_get_config(dbenv, which, onp)
401 int *onp;
416 *onp = 1;
418 *onp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stub.c217 __rep_get_config(dbenv, which, onp)
220 int *onp;
223 COMPQUIET(onp, NULL);
H A Drep_method.c98 __rep_get_config(dbenv, which, onp)
101 int *onp;
127 *onp = 1;
129 *onp = 0;
132 *onp = 1;
134 *onp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c226 __memp_get_config(dbenv, which, onp)
229 int *onp;
246 *onp = FLD_ISSET(mp->config_flags, which) ? 1 : 0;
248 *onp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest085.tcl10 proc test085 { method {pagesize 512} {onp 3} {offp 10} {tnum "085"} args } {
71 foreach ndups "$onp $offp" {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 203 milliseconds