Home
last modified time | relevance | path

Searched refs:acontent (Results 1 – 19 of 19) sorted by relevance

/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Dsolv_xmlparser.c31 if (l > xmlp->acontent) in add_contentspace()
33 xmlp->acontent = l + 256; in add_contentspace()
34 xmlp->content = solv_realloc(xmlp->content, xmlp->acontent); in add_contentspace()
165 xmlp->acontent = 256; in solv_xmlparser_init()
166 xmlp->content = solv_malloc(xmlp->acontent); in solv_xmlparser_init()
327 if (l > xmlp->acontent) in solv_xmlparser_contentspace()
329 xmlp->acontent = l + 256; in solv_xmlparser_contentspace()
330 xmlp->content = solv_realloc(xmlp->content, xmlp->acontent); in solv_xmlparser_contentspace()
H A Dsolv_xmlparser.h23 int acontent; /* allocated content length */ member
H A Drepo_appdata.c183 if (xmlp->lcontent + il + 1 > xmlp->acontent) in indent()
185 xmlp->acontent = xmlp->lcontent + il + 256; in indent()
186 xmlp->content = solv_realloc(xmlp->content, xmlp->acontent); in indent()
/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dxmlparser.c36 pd->acontent = CONTENT_REALLOC_STEP; in lr_xml_parser_data_new()
68 if (l > pd->acontent) { in lr_char_handler()
69 pd->acontent = l + CONTENT_REALLOC_STEP; in lr_char_handler()
70 pd->content = realloc(pd->content, pd->acontent); in lr_char_handler()
H A Dxmlparser_internal.h64 int acontent; /*!< Available bytes in the content */ member
/dports/www/rt50/rt-5.0.2/t/mail/
H A Dgnupg-realmail.t130 my $acontent = $sig->Content;
136 my $acontent = $a->Content;
139 …is(md5_hex($acontent), '1e35f1aa90c98ca2bab85c26ae3e1ba7', "$eid: The binary attachment's md5sum m…
143 like($acontent, qr/zanzibar/, "$eid: The attachment isn't screwed up in the database.");
H A Dgateway.t459 my $acontent = $attachment->Content;
461 diag "coming from the database, md5 hex is ".Digest::MD5::md5_hex($acontent);
462 is ($acontent, $file, 'The attachment isn\'t screwed up in the database.');
/dports/www/rt44/rt-4.4.5/t/mail/
H A Dgnupg-realmail.t130 my $acontent = $sig->Content;
136 my $acontent = $a->Content;
139 …is(md5_hex($acontent), '1e35f1aa90c98ca2bab85c26ae3e1ba7', "$eid: The binary attachment's md5sum m…
143 like($acontent, qr/zanzibar/, "$eid: The attachment isn't screwed up in the database.");
H A Dgateway.t459 my $acontent = $attachment->Content;
461 diag "coming from the database, md5 hex is ".Digest::MD5::md5_hex($acontent);
462 is ($acontent, $file, 'The attachment isn\'t screwed up in the database.');
/dports/www/rt50/rt-5.0.2/t/mail/smime/
H A Drealmail.t111 my $acontent = $a->Content;
114 …is(md5_hex($acontent), '1e35f1aa90c98ca2bab85c26ae3e1ba7', "$eid: The binary attachment's md5sum m…
118 like($acontent, qr/zanzibar/, "$eid: The attachment isn't screwed up in the database.");
/dports/www/rt44/rt-4.4.5/t/mail/smime/
H A Drealmail.t111 my $acontent = $a->Content;
114 …is(md5_hex($acontent), '1e35f1aa90c98ca2bab85c26ae3e1ba7', "$eid: The binary attachment's md5sum m…
118 like($acontent, qr/zanzibar/, "$eid: The attachment isn't screwed up in the database.");
/dports/devel/fpc-fcl-xml/fpc-3.2.2/packages/fcl-xml/src/
H A Dhtmlwriter.pp66 function Meta (aname, ahtpequiv,acontent: DOMString) : THTML_meta;
363 function THTMLwriter.Meta(aname, ahtpequiv, acontent: DOMString): THTML_meta;
370 content := acontent;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-xml/src/
H A Dhtmlwriter.pp66 function Meta (aname, ahtpequiv,acontent: DOMString) : THTML_meta;
363 function THTMLwriter.Meta(aname, ahtpequiv, acontent: DOMString): THTML_meta;
370 content := acontent;
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h97 int acontent; member
H A Ddvdauthor.c502 … w = scanandwarnupdate(&ad->acontent, s, &adwarn->acontent, "audio content type", acontentdesc); in audiodesc_set_audio_attr()
H A Ddvdifo.c562 … buf[9 + i * 8] = va->ad[i].acontent; /* audio code extension for title audio, not menu audio */ in BuildAVInfo()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/knqyf263/go-cpe/testing/
H A Ddictionary_test.go51527 uri: `cpe:/a:atutor:acontent:1.2`,
51532 uri: `cpe:/a:atutor:acontent:1.2:1`,
51537 uri: `cpe:/a:atutor:acontent:1.2:2`,
51542 uri: `cpe:/a:atutor:acontent:1.2-1`,
127133 fs: `cpe:2.3:a:atutor:acontent:1.2:2:*:*:*:*:*:*`,
157928 fs: `cpe:2.3:a:atutor:acontent:1.2:*:*:*:*:*:*:*`,
171708 fs: `cpe:2.3:a:atutor:acontent:1.2-1:*:*:*:*:*:*:*`,
460203 fs: `cpe:2.3:a:atutor:acontent:1.2:1:*:*:*:*:*:*`,
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/knqyf263/go-cpe/testing/
H A Ddictionary_test.go51527 uri: `cpe:/a:atutor:acontent:1.2`,
51532 uri: `cpe:/a:atutor:acontent:1.2:1`,
51537 uri: `cpe:/a:atutor:acontent:1.2:2`,
51542 uri: `cpe:/a:atutor:acontent:1.2-1`,
127133 fs: `cpe:2.3:a:atutor:acontent:1.2:2:*:*:*:*:*:*`,
157928 fs: `cpe:2.3:a:atutor:acontent:1.2:*:*:*:*:*:*:*`,
171708 fs: `cpe:2.3:a:atutor:acontent:1.2-1:*:*:*:*:*:*:*`,
460203 fs: `cpe:2.3:a:atutor:acontent:1.2:1:*:*:*:*:*:*`,
/dports/games/tanglet/tanglet-1.6.0/wordlists/
H A Dca10006 acontent