Searched refs:mret (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c158 static int bsd_compress __P((void *state, mblk_t **mret,
508 mblk_t *np, *mret; local
561 mnp = &mret;
566 if (mret != NULL) {
567 freemsg(mret);
568 mnp = &mret;
577 if ((m = mret) != NULL) {
692 if (olen + PPP_HDRLEN + BSD_OVHD > maxolen && mret != NULL) {
694 freemsg(mret);
695 mret
863 mblk_t *dmsg, *mret; local
[all...]
H A Ddeflate.c94 static int z_compress __P((void *state, mblk_t **mret,
296 z_compress(arg, mret, mp, orig_len, maxolen)
298 mblk_t **mret; /* compressed packet (out) */
310 *mret = NULL;
334 *mret = m;
422 if (*mret != NULL) {
423 freemsg(*mret);
424 *mret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dbsd-comp.c154 static int bsd_compress __P((void *state, mblk_t **mret,
504 mblk_t *np, *mret; local
557 mnp = &mret;
562 if (mret != NULL) {
563 freemsg(mret);
564 mnp = &mret;
573 if ((m = mret) != NULL) {
688 if (olen + PPP_HDRLEN + BSD_OVHD > maxolen && mret != NULL) {
690 freemsg(mret);
691 mret
859 mblk_t *dmsg, *mret; local
[all...]
H A Ddeflate.c82 static int z_compress __P((void *state, mblk_t **mret,
284 z_compress(arg, mret, mp, orig_len, maxolen)
286 mblk_t **mret; /* compressed packet (out) */
298 *mret = NULL;
322 *mret = m;
410 if (*mret != NULL) {
411 freemsg(*mret);
412 *mret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp-comp.h63 int (*compress) __P((void *state, PACKETPTR *mret,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h71 int (*compress) __P((void *state, PACKETPTR *mret,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dspeed.c376 int mret = 1; local
1960 mret = 0;
2496 mret = 0;
2530 OPENSSL_EXIT(mret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dspeed.c376 int mret = 1; local
1960 mret = 0;
2496 mret = 0;
2530 OPENSSL_EXIT(mret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.c2400 int mret; local
2436 mret = snd_ac97_update_bits(ac97, AC97_AD_MISC2,
2438 if (mret < 0)
2439 return mret;
2441 return (cret > 0 || lret > 0 || mret > 0) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c489 int mret=1; local
2548 mret=0;
2581 OPENSSL_EXIT(mret);

Completed in 164 milliseconds