| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp-cc.c | 65 CCCryptorRef href; member in struct:cc_key 80 ret = CCCryptorUpdate(cc->href, in, size, out, size, &moved); 94 if (cc->href) 95 CCCryptorRelease(cc->href); 148 key, kCCKeySize3DES, iv, &cc->href); 201 key, kCCBlockSizeDES, iv, &cc->href); 253 key, ctx->cipher->key_len, iv, &cc->href); 375 key, ctx->cipher->key_len, NULL, &cc->href); 497 key, ctx->cipher->key_len, iv, &cc->href); 841 key, ctx->key_len, iv, &cc->href); [all...] |
| evp-cc.c | 65 CCCryptorRef href; member in struct:cc_key 80 ret = CCCryptorUpdate(cc->href, in, size, out, size, &moved); 94 if (cc->href) 95 CCCryptorRelease(cc->href); 148 key, kCCKeySize3DES, iv, &cc->href); 201 key, kCCBlockSizeDES, iv, &cc->href); 253 key, ctx->cipher->key_len, iv, &cc->href); 375 key, ctx->cipher->key_len, NULL, &cc->href); 497 key, ctx->cipher->key_len, iv, &cc->href); 841 key, ctx->key_len, iv, &cc->href); [all...] |
| /src/external/bsd/mdocml/dist/ |
| html.c | 706 attr = "href"; 804 char *id, *href; local 807 id = href = NULL; 811 href = id == NULL ? html_make_id(n, 2) : id; 812 if (href != NULL && htmltags[elemtype].flags & HTML_INPHRASE) 813 ret = print_otag(h, TAG_A, "chR", "permalink", href); 817 if (href != NULL && (nch = n->child) != NULL) { 826 print_otag(h, TAG_A, "chR", "permalink", href); 831 free(href); 911 char *href; local [all...] |
| html.c | 706 attr = "href"; 804 char *id, *href; local 807 id = href = NULL; 811 href = id == NULL ? html_make_id(n, 2) : id; 812 if (href != NULL && htmltags[elemtype].flags & HTML_INPHRASE) 813 ret = print_otag(h, TAG_A, "chR", "permalink", href); 817 if (href != NULL && (nch = n->child) != NULL) { 826 print_otag(h, TAG_A, "chR", "permalink", href); 831 free(href); 911 char *href; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| xml-support.c | 780 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); 782 gdb_xml_debug (parser, _("Processing XInclude of \"%s\""), href); 788 std::optional<gdb::char_vector> text = data->fetcher (href); 790 gdb_xml_error (parser, _("Could not load XML document \"%s\""), href); 795 gdb_xml_error (parser, _("Parsing \"%s\" failed"), href); 859 { "href", GDB_XML_AF_NONE, NULL, NULL }, 779 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); local
|
| xml-support.c | 780 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); 782 gdb_xml_debug (parser, _("Processing XInclude of \"%s\""), href); 788 std::optional<gdb::char_vector> text = data->fetcher (href); 790 gdb_xml_error (parser, _("Could not load XML document \"%s\""), href); 795 gdb_xml_error (parser, _("Parsing \"%s\" failed"), href); 859 { "href", GDB_XML_AF_NONE, NULL, NULL }, 779 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| xml-support.c | 780 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); 782 gdb_xml_debug (parser, _("Processing XInclude of \"%s\""), href); 788 std::optional<gdb::char_vector> text = data->fetcher (href); 790 gdb_xml_error (parser, _("Could not load XML document \"%s\""), href); 795 gdb_xml_error (parser, _("Parsing \"%s\" failed"), href); 859 { "href", GDB_XML_AF_NONE, NULL, NULL }, 779 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); local
|
| xml-support.c | 780 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); 782 gdb_xml_debug (parser, _("Processing XInclude of \"%s\""), href); 788 std::optional<gdb::char_vector> text = data->fetcher (href); 790 gdb_xml_error (parser, _("Could not load XML document \"%s\""), href); 795 gdb_xml_error (parser, _("Parsing \"%s\" failed"), href); 859 { "href", GDB_XML_AF_NONE, NULL, NULL }, 779 char *href = (char *) xml_find_attribute (attributes, "href")->value.get (); local
|