Searched refs:comp (Results 126 - 150 of 318) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c290 enum iser_ib_conn_state comp)
295 ret = (ib_conn->state == comp);
301 enum iser_ib_conn_state comp,
307 if ((ret = (ib_conn->state == comp)))
808 iser_err("comp w. error op %d status %d\n",desc->type,wc.status);
289 iser_conn_state_comp(struct iser_conn *ib_conn, enum iser_ib_conn_state comp) argument
300 iser_conn_state_comp_exch(struct iser_conn *ib_conn, enum iser_ib_conn_state comp, enum iser_ib_conn_state exch) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Dldm.h197 struct vblk_comp comp; member in union:vblk::__anon7626
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/lhash/
H A Dlhash.c125 ret->comp=((c == NULL)?(LHASH_COMP_FN_TYPE)strcmp:c);
414 cf=lh->comp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dssl3.h116 #include <openssl/comp.h>
291 /*r */ unsigned char *comp; /* only used with decompression - malloc()ed */ member in struct:ssl3_record_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl3.h116 #include <openssl/comp.h>
291 /*r */ unsigned char *comp; /* only used with decompression - malloc()ed */ member in struct:ssl3_record_st
H A Dssltest.c374 int comp = 0; local
528 comp = COMP_ZLIB;
532 comp = COMP_RLE;
594 if (comp == COMP_ZLIB) cm = COMP_zlib();
595 if (comp == COMP_RLE) cm = COMP_rle();
600 if (SSL_COMP_add_compression_method(comp, cm) != 0)
611 (comp == COMP_RLE ? "rle" :
612 (comp == COMP_ZLIB ? "zlib" :
H A Ds3_lib.c1095 if (s->s3->rrec.comp != NULL)
1096 OPENSSL_free(s->s3->rrec.comp);
1119 if (s->s3->rrec.comp != NULL)
1121 OPENSSL_free(s->s3->rrec.comp);
1122 s->s3->rrec.comp=NULL;
H A Ds3_clnt.c521 SSL_COMP *comp; local
587 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
588 *(p++)=comp->id;
617 SSL_COMP *comp; local
724 comp=NULL;
726 comp=ssl3_comp_find(s->ctx->comp_methods,j);
728 if ((j != 0) && (comp == NULL))
736 s->s3->tmp.new_compression=comp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c374 int comp = 0; local
528 comp = COMP_ZLIB;
532 comp = COMP_RLE;
594 if (comp == COMP_ZLIB) cm = COMP_zlib();
595 if (comp == COMP_RLE) cm = COMP_rle();
600 if (SSL_COMP_add_compression_method(comp, cm) != 0)
611 (comp == COMP_RLE ? "rle" :
612 (comp == COMP_ZLIB ? "zlib" :
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl3.h121 #include <openssl/comp.h>
301 /*r */ unsigned char *comp; /* only used with decompression - malloc()ed */ member in struct:ssl3_record_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl3.h121 #include <openssl/comp.h>
301 /*r */ unsigned char *comp; /* only used with decompression - malloc()ed */ member in struct:ssl3_record_st
H A Ds3_clnt.c528 SSL_COMP *comp; local
598 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
599 *(p++)=comp->id;
630 SSL_COMP *comp; local
772 comp=NULL;
774 comp=ssl3_comp_find(s->ctx->comp_methods,j);
776 if ((j != 0) && (comp == NULL))
784 s->s3->tmp.new_compression=comp;
H A Dssltest.c422 int comp = 0; local
579 comp = COMP_ZLIB;
583 comp = COMP_RLE;
658 if (comp == COMP_ZLIB) cm = COMP_zlib();
659 if (comp == COMP_RLE) cm = COMP_rle();
664 if (SSL_COMP_add_compression_method(comp, cm) != 0)
675 (comp == COMP_RLE ? "rle" :
676 (comp == COMP_ZLIB ? "zlib" :
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.c125 ret->comp=((c == NULL)?(LHASH_COMP_FN_TYPE)strcmp:c);
414 cf=lh->comp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhash.c260 int (*comp)(void *, void *))
274 if(comp(user, he->ptr)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dbitwise.c511 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument
521 for(i=0;i<bytes;i++)if(buffer[i]!=comp[i]){
522 for(i=0;i<bytes;i++)fprintf(stderr,"%x %x\n",(int)buffer[i],(int)comp[i]);
546 void cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument
556 for(i=0;i<bytes;i++)if(buffer[i]!=comp[i]){
557 for(i=0;i<bytes;i++)fprintf(stderr,"%x %x\n",(int)buffer[i],(int)comp[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Dhil_mlc.c441 #define EXPECT(comp, to, got, got_wrong, timed_out) \
442 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
443 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \
444 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
445 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \
446 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c928 complete(&evt_struct->comp);
989 init_completion(&evt->comp);
997 wait_for_completion(&evt->comp);
1100 init_completion(&evt->comp);
1108 wait_for_completion(&evt->comp);
1348 init_completion(&evt_struct->comp);
1351 wait_for_completion(&evt_struct->comp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_main.c125 complete(&dev->comp);
405 entry->desc.comp.cq_handle = cq->uobject->user_handle;
738 init_completion(&uverbs_dev->comp);
792 wait_for_completion(&uverbs_dev->comp);
815 wait_for_completion(&uverbs_dev->comp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dmakefile.bcc211 comp testimg.ppm testout.ppm < n.tmp
212 comp testimg.bmp testout.bmp < n.tmp
213 comp testimg.jpg testout.jpg < n.tmp
214 comp testimg.ppm testoutp.ppm < n.tmp
215 comp testimgp.jpg testoutp.jpg < n.tmp
216 comp testorig.jpg testoutt.jpg < n.tmp
H A Dmakefile.wat161 comp testimg.ppm testout.ppm < n.tmp
162 comp testimg.bmp testout.bmp < n.tmp
163 comp testimg.jpg testout.jpg < n.tmp
164 comp testimg.ppm testoutp.ppm < n.tmp
165 comp testimgp.jpg testoutp.jpg < n.tmp
166 comp testorig.jpg testoutt.jpg < n.tmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c422 int comp = 0; local
579 comp = COMP_ZLIB;
583 comp = COMP_RLE;
658 if (comp == COMP_ZLIB) cm = COMP_zlib();
659 if (comp == COMP_RLE) cm = COMP_rle();
664 if (SSL_COMP_add_compression_method(comp, cm) != 0)
675 (comp == COMP_RLE ? "rle" :
676 (comp == COMP_ZLIB ? "zlib" :
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile.am128 mm-ko.ascii.pot mm-ko.euc-kr.po mm-ko-comp.euc-kr.po \
129 mm-viet.comp.po mm-viet.pot mm-viet.out \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/comp/
H A Dc_zlib.c5 #include <openssl/comp.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c1189 const COMP_METHOD *comp, *expansion; local
1294 comp=SSL_get_current_compression(s);
1297 comp ? SSL_COMP_get_name(comp) : "NONE");

Completed in 305 milliseconds

1234567891011>>