Searched refs:comp (Results 76 - 100 of 309) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.h71 #include <net/ppp-comp.h> /* MPPE_MAX_KEY_LEN */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/comp/
H A Dcomp_lib.c5 #include <openssl/comp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dcomp_lib.c5 #include <openssl/comp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h71 struct completion comp; member in struct:srp_event_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py76 for comp in alist:
77 if BlockNames.has_key(comp):
80 for r in BlockNames[comp]:
83 print "Alias %s: %s not in Blocks" % (alias[0], comp)
H A Dxmlregexp.c305 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
3083 if (exec->comp->nbCounters > 0) {
3086 xmlMalloc(exec->comp->nbCounters * sizeof(int));
3094 exec->comp->nbCounters * sizeof(int));
3112 if (exec->comp->nbCounters > 0) {
3119 exec->comp->nbCounters * sizeof(int));
3135 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
3148 exec->comp = comp;
3149 exec->state = comp
3450 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3639 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4171 xmlRegexpPtr comp; local
5436 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5451 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h380 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext
525 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
528 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
531 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h377 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext
522 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
525 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
528 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
H A Dxmlregexp.c298 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
2931 if (exec->comp->nbCounters > 0) {
2934 xmlMalloc(exec->comp->nbCounters * sizeof(int));
2942 exec->comp->nbCounters * sizeof(int));
2960 if (exec->comp->nbCounters > 0) {
2967 exec->comp->nbCounters * sizeof(int));
2983 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
2996 exec->comp = comp;
2997 exec->state = comp
3279 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3468 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4000 xmlRegexpPtr comp; local
5311 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5326 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_poweroff.c124 struct completion *comp = recv_msg->user_msg_data; local
126 if (comp)
127 complete(comp);
141 struct completion comp; local
143 init_completion(&comp);
145 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp,
150 wait_for_completion(&comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlzo.c251 uint8_t *comp = av_malloc(2*MAXSZ + 16); local
259 lzo1x_999_compress(orig, s, comp, &clen, tmp);
264 if (lzo1x_decompress_safe(comp, inlen, decomp, &outlen, NULL))
266 if (lzo1x_decompress(comp, inlen, decomp, &outlen, NULL))
268 if (av_lzo1x_decode(decomp, &outlen, comp, &inlen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c298 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
2931 if (exec->comp->nbCounters > 0) {
2934 xmlMalloc(exec->comp->nbCounters * sizeof(int));
2942 exec->comp->nbCounters * sizeof(int));
2960 if (exec->comp->nbCounters > 0) {
2967 exec->comp->nbCounters * sizeof(int));
2983 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
2996 exec->comp = comp;
2997 exec->state = comp
3279 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3468 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4000 xmlRegexpPtr comp; local
5311 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5326 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dt1_enc.c114 #include <openssl/comp.h>
236 const SSL_COMP *comp; local
244 comp=s->s3->tmp.new_compression;
249 printf("\talg= %ld, comp= %p\n", s->s3->tmp.new_cipher->algorithms,
250 comp);
275 if (comp != NULL)
277 s->expand=COMP_CTX_new(comp->method);
283 if (s->s3->rrec.comp == NULL)
284 s->s3->rrec.comp=(unsigned char *)
286 if (s->s3->rrec.comp
440 SSL_COMP *comp; local
[all...]
H A Dssl_ciph.c61 #include <openssl/comp.h>
191 const EVP_MD **md, SSL_COMP **comp)
198 if (comp != NULL)
203 *comp=NULL;
207 *comp=NULL;
215 *comp=sk_SSL_COMP_value(ssl_comp_methods,i);
217 *comp=NULL;
1132 SSL_COMP *comp; local
1139 comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
1140 comp
190 ssl_cipher_get_evp(SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, SSL_COMP **comp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c114 #include <openssl/comp.h>
235 const SSL_COMP *comp; local
245 comp=s->s3->tmp.new_compression;
251 printf("\talg= %ld, comp= %p\n", s->s3->tmp.new_cipher->algorithms,
252 comp);
281 if (comp != NULL)
283 s->expand=COMP_CTX_new(comp->method);
289 if (s->s3->rrec.comp == NULL)
290 s->s3->rrec.comp=(unsigned char *)
292 if (s->s3->rrec.comp
451 SSL_COMP *comp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad_priv.h111 struct completion comp; member in struct:ib_mad_agent_private
120 struct completion comp; member in struct:ib_mad_snoop_private
H A Duverbs.h74 struct completion comp; member in struct:ib_uverbs_device
105 struct ib_uverbs_comp_event_desc comp; member in union:ib_uverbs_event::__anon4503
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dc2p.c121 static inline unsigned long comp(unsigned long a, unsigned long b, function
151 *(u32 *)dst = comp(d[perm_c2p_8bpp[i]], *(u32 *)dst, mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c73 #include <net/ppp-comp.h>
330 struct compressor **comp; local
416 for (comp = ppp_compressors; *comp != NULL; ++comp)
417 if ((*comp)->compress_proto == opt_data[0]) {
430 cp->xcomp = *comp;
431 cp->xstate = (*comp)->comp_alloc(opt_data, len);
439 cp->rcomp = *comp;
440 cp->rstate = (*comp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c73 #include <net/ppp-comp.h>
330 struct compressor **comp; local
416 for (comp = ppp_compressors; *comp != NULL; ++comp)
417 if ((*comp)->compress_proto == opt_data[0]) {
430 cp->xcomp = *comp;
431 cp->xstate = (*comp)->comp_alloc(opt_data, len);
439 cp->rcomp = *comp;
440 cp->rstate = (*comp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c582 id3_byte_t *comp; local
585 comp = id3_util_compress(data, datalen, &complen);
586 if (comp == 0)
590 datalen = id3_render_binary(ptr, comp, complen);
592 free(comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c582 id3_byte_t *comp; local
585 comp = id3_util_compress(data, datalen, &complen);
586 if (comp == 0)
590 datalen = id3_render_binary(ptr, comp, complen);
592 free(comp);

Completed in 406 milliseconds

1234567891011>>