Home
last modified time | relevance | path

Searched refs:cconf (Results 1 – 25 of 106) sorted by relevance

12345

/dports/audio/ample/ample-0.5.7/src/
H A Dclient.c142 if(cconf->startpos > 0 && cconf->startpos < entry->filesize) in setoffsets()
150 if(cconf->endpos > 0 && cconf->endpos < entry->filesize) in setoffsets()
487 createhtml(cconf, cconf->mp3base); in handleclient()
496 createm3u(cconf, cconf->mp3base, TRUE); in handleclient()
505 createm3u(cconf, cconf->mp3base, FALSE); in handleclient()
511 if(cconf->endpos = 0 || cconf->endpos > cconf->mp3base->filesize) in handleclient()
513 cconf->startpos, cconf->mp3base->filesize, in handleclient()
517 cconf->startpos, cconf->endpos, in handleclient()
520 playfile(cconf, cconf->mp3base); in handleclient()
529 playfile(cconf, cconf->mp3base); in handleclient()
[all …]
H A Dconfiguration.c172 readrequest(struct client_config *cconf) in readrequest() argument
213 cconf->requestpath = decodeurl(&line[start]); in readrequest()
236 if(strlen(cconf->requestpath) > 1 && in readrequest()
305 cconf->username = strdup(tmp2); in readrequest()
306 cconf->password = strdup(tmp); in readrequest()
338 cconf->startpos = 0; in readrequest()
353 cconf->endpos = strtol(tmp, NULL, 10); in readrequest()
355 cconf->endpos = 0; in readrequest()
375 if(strlen(cconf->requestpath) > 1) { in readrequest()
376 tmp = cconf->requestpath; in readrequest()
[all …]
/dports/security/p5-Authen-SASL/Authen-SASL-2.16/t/negotiations/
H A Ddigest_md5.t9 my $cconf = {
34 negotiate($cconf, $sconf, sub {
42 local $cconf->{sasl}{callback}{pass} = "YANN";
44 negotiate($cconf, $sconf, sub {
53 local $cconf->{sasl}{callback}{authname} = "some authzid";
63 negotiate($cconf, $sconf, sub {
72 local $cconf->{host} = "elsewhere";
73 local $cconf->{service} = "pop3";
74 negotiate($cconf, $sconf, sub {
H A Dlogin.t12 my $cconf = {
36 negotiate($cconf, $sconf, sub {
49 negotiate($cconf, $sconf, sub {
60 negotiate($cconf, $sconf, sub {
H A Dplain.t12 my $cconf = {
37 negotiate($cconf, $sconf, sub {
50 negotiate($cconf, $sconf, sub {
61 negotiate($cconf, $sconf, sub {
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dcache.c152 free(cconf); in cache_store_deinit()
1098 if (cconf && !strcmp((char *)cconf->c.name, name)) { in parse_cache_rule()
1106 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
1107 if (!cconf) { in parse_cache_rule()
1133 free(cconf); in parse_cache_rule()
1639 cconf = NULL; in parse_cache_flt()
1658 if (!cconf) { in parse_cache_flt()
1659 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
1660 if (!cconf) { in parse_cache_flt()
1677 free(cconf); in parse_cache_flt()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dcache.c136 free(cconf); in cache_store_deinit()
986 if (cconf && !strcmp((char *)cconf->c.name, name)) { in parse_cache_rule()
994 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
995 if (!cconf) { in parse_cache_rule()
1021 free(cconf); in parse_cache_rule()
1440 cconf = NULL; in parse_cache_flt()
1445 cconf = NULL; in parse_cache_flt()
1459 if (!cconf) { in parse_cache_flt()
1460 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
1461 if (!cconf) { in parse_cache_flt()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dcache.c142 free(cconf); in cache_store_deinit()
1005 if (cconf && !strcmp((char *)cconf->c.name, name)) { in parse_cache_rule()
1013 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
1014 if (!cconf) { in parse_cache_rule()
1040 free(cconf); in parse_cache_rule()
1445 cconf = NULL; in parse_cache_flt()
1450 cconf = NULL; in parse_cache_flt()
1464 if (!cconf) { in parse_cache_flt()
1465 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
1466 if (!cconf) { in parse_cache_flt()
[all …]
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dcache.c142 free(cconf); in cache_store_deinit()
1005 if (cconf && !strcmp((char *)cconf->c.name, name)) { in parse_cache_rule()
1013 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
1014 if (!cconf) { in parse_cache_rule()
1040 free(cconf); in parse_cache_rule()
1447 cconf = NULL; in parse_cache_flt()
1452 cconf = NULL; in parse_cache_flt()
1466 if (!cconf) { in parse_cache_flt()
1467 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
1468 if (!cconf) { in parse_cache_flt()
[all …]
/dports/archivers/upx/upx-3.96/src/
H A Dcompress_ucl.cpp121 ucl_compress_config_t cconf; cconf.reset(); in upx_ucl_compress() local
123 …memcpy(&cconf, &cconf_parm->conf_ucl, sizeof(cconf)); // cconf = cconf_parm->conf_ucl; // struct c… in upx_ucl_compress()
137 cconf.bb_endian = 0; in upx_ucl_compress()
138 cconf.bb_size = 0; in upx_ucl_compress()
142 cconf.bb_size = sizes[(method - M_NRV2B_LE32) % 3]; in upx_ucl_compress()
150 if (level <= 3 && cconf.max_offset == UCL_UINT_MAX) in upx_ucl_compress()
151 cconf.max_offset = 8*1024-1; in upx_ucl_compress()
153 cconf.max_offset = 32*1024-1; in upx_ucl_compress()
157 &cb, level, &cconf, res); in upx_ucl_compress()
160 &cb, level, &cconf, res); in upx_ucl_compress()
[all …]
H A Dpacker.cpp207 upx_compress_config_t cconf; cconf.reset(); in compress() local
209 cconf = *cconf_parm; in compress()
214 cconf.conf_ucl.c_flags = opt->crp.crp_ucl.c_flags; in compress()
216 cconf.conf_ucl.p_level = opt->crp.crp_ucl.p_level; in compress()
218 cconf.conf_ucl.h_level = opt->crp.crp_ucl.h_level; in compress()
222 cconf.conf_ucl.max_match = opt->crp.crp_ucl.max_match; in compress()
275 … assert(cconf.conf_ucl.max_offset == 0 || cconf.conf_ucl.max_offset >= ph.max_offset_found); in compress()
276 assert(cconf.conf_ucl.max_match == 0 || cconf.conf_ucl.max_match >= ph.max_match_found); in compress()
313 const upx_compress_config_t *cconf)
315 return ph_compress(ph, in, out, cconf);
[all …]
H A Dcompress.h44 const upx_compress_config_t *cconf,
66 const upx_compress_config_t *cconf,
88 const upx_compress_config_t *cconf,
112 const upx_compress_config_t *cconf,
H A Dcompress.cpp74 const upx_compress_config_t *cconf, in upx_compress() argument
109 cb, method, level, cconf, cresult); in upx_compress()
114 cb, method, level, cconf, cresult); in upx_compress()
119 cb, method, level, cconf, cresult); in upx_compress()
H A Dp_armpe.cpp197 upx_compress_config_t cconf; cconf.reset(); in callCompressWithFilters() local
198 cconf.conf_lzma.max_num_probs = 1846 + (768 << 4); // ushort: ~28 KiB stack in callCompressWithFilters()
199 compressWithFilters(&ft, 2048, &cconf, filter_strategy, in callCompressWithFilters()
H A Dp_vmlinz.cpp459 upx_compress_config_t cconf; cconf.reset(); in pack() local
461 cconf.conf_lzma.max_num_probs = 1846 + (768 << 4); // ushort: ~28 KiB stack in pack()
462 compressWithFilters(&ft, 512, &cconf, getStrategy(ft)); in pack()
578 upx_compress_config_t cconf; cconf.reset(); in pack() local
580 cconf.conf_lzma.max_num_probs = (0x90000 - 0x10000)>>1; // ushort: 512 KiB stack in pack()
582 compressWithFilters(&ft, 512, &cconf, getStrategy(ft)); in pack()
992 upx_compress_config_t cconf; cconf.reset(); in pack() local
994 cconf.conf_lzma.max_num_probs = 1846 + (768 << 5); // ushort: 52,844 byte stack in pack()
995 compressWithFilters(&ft, 512, &cconf, getStrategy(ft)); in pack()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dcache.c154 free(cconf); in cache_store_deinit()
1323 if (cconf && !strcmp((char *)cconf->c.name, name)) { in parse_cache_rule()
1331 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
1332 if (!cconf) { in parse_cache_rule()
1358 free(cconf); in parse_cache_rule()
1789 cconf = NULL; in parse_cache_flt()
1794 cconf = NULL; in parse_cache_flt()
1808 if (!cconf) { in parse_cache_flt()
1809 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
1810 if (!cconf) { in parse_cache_flt()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dcache.c151 free(cconf); in cache_store_deinit()
1324 if (cconf && !strcmp((char *)cconf->c.name, name)) { in parse_cache_rule()
1332 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
1333 if (!cconf) { in parse_cache_rule()
1359 free(cconf); in parse_cache_rule()
1790 cconf = NULL; in parse_cache_flt()
1795 cconf = NULL; in parse_cache_flt()
1809 if (!cconf) { in parse_cache_flt()
1810 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
1811 if (!cconf) { in parse_cache_flt()
[all …]
/dports/devel/ctypes.sh/ctypes-sh-1.2/src/struct/
H A Ddwarves_fprintf.c1333 cconf.prefix ?: "", cconf.prefix ? " " : "", in __class__fprintf()
1349 cconf.no_semicolon = 0; in __class__fprintf()
1661 if (!cconf.emit_stats) in __class__fprintf()
1688 cconf.indent, in __class__fprintf()
1693 cconf.indent, tabs, in __class__fprintf()
1697 cconf.indent, tabs, in __class__fprintf()
1701 cconf.indent, tabs, in __class__fprintf()
1713 cconf.indent, tabs, in __class__fprintf()
1739 if (cconf.suffix) in __class__fprintf()
1788 ++cconf.indent; in namespace__fprintf()
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dcache.c433 free(cconf); in cache_store_deinit()
1556 if (cconf && strcmp((char *)cconf->c.name, name) == 0) { in parse_cache_rule()
1564 cconf = calloc(1, sizeof(*cconf)); in parse_cache_rule()
1565 if (!cconf) { in parse_cache_rule()
1591 free(cconf); in parse_cache_rule()
2514 cconf = NULL; in parse_cache_flt()
2533 if (!cconf) { in parse_cache_flt()
2534 cconf = calloc(1, sizeof(*cconf)); in parse_cache_flt()
2535 if (!cconf) { in parse_cache_flt()
2552 free(cconf); in parse_cache_flt()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/ipc/
H A DTestSocketFactory.java59 Configuration cconf = new Configuration(); in testSocketFactory() local
60 FileSystem.setDefaultUri(cconf, String.format("hdfs://localhost:%s/", in testSocketFactory()
62 cconf.set("hadoop.rpc.socket.factory.class.default", in testSocketFactory()
64 cconf.set("hadoop.rpc.socket.factory.class.ClientProtocol", in testSocketFactory()
66 cconf.set("hadoop.rpc.socket.factory.class.JobSubmissionProtocol", in testSocketFactory()
69 fs = FileSystem.get(cconf); in testSocketFactory()
92 JobConf jconf = new JobConf(cconf); in testSocketFactory()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/ipc/
H A DTestMRCJCSocketFactory.java61 Configuration cconf = getCustomSocketConfigs(nameNodePort); in testSocketFactory() local
63 fs = FileSystem.get(cconf); in testSocketFactory()
118 Configuration cconf = new Configuration(); in getCustomSocketConfigs() local
119 FileSystem.setDefaultUri(cconf, String.format("hdfs://localhost:%s/", in getCustomSocketConfigs()
121 cconf.set("hadoop.rpc.socket.factory.class.default", in getCustomSocketConfigs()
123 cconf.set("hadoop.rpc.socket.factory.class.ClientProtocol", in getCustomSocketConfigs()
125 cconf.set("hadoop.rpc.socket.factory.class.JobSubmissionProtocol", in getCustomSocketConfigs()
127 return cconf; in getCustomSocketConfigs()
/dports/www/twiki/twiki/lib/TWiki/
H A DMerge.pm384 my (@aconf, @bconf, @cconf, @merged);
414 push @cconf, $cline;
427 pop @cconf;
430 \@aconf, \@bconf, \@cconf,
457 pop @cconf;
460 _handleConflict(\@out, \@aconf, \@bconf, \@cconf,
476 my( $out, $aconf, $bconf, $cconf, $arev, $brev, $crev,
482 @c = grep( $_, @$cconf );
/dports/math/py-cryptominisat/cryptominisat-5.8.0/python/
H A Dsetup.py38 cconf = """""".split(" ") variable
53 cconf = cleanup(cconf) variable
124 extra_compile_args = cconf + ['-I/usr/local/include', '-I../cmsat5-src', '-xc++'],
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/
H A DMerge.pm418 my ( @aconf, @bconf, @cconf, @merged );
456 push @cconf, $cline;
471 pop @cconf;
474 \@out, \@aconf, \@bconf, \@cconf, $arev,
505 pop @cconf;
509 \@out, \@aconf, \@bconf, \@cconf, $arev,
528 $out, $aconf, $bconf, $cconf, $arev,
535 @c = grep( $_, @$cconf );
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/execagent/
H A Dexecagent.go202 cconf := filepath.Join(cdir, "config.hcl")
203 if err := writeConfig(cconf, cvars); err != nil {
210 ConfFile: cconf,
213 "-config", cconf,

12345