HomeSort by: relevance | last modified time | path
    Searched refs:embed (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_fre.c 28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
51 ossl_asn1_primitive_free(pval, it, embed);
55 ossl_asn1_primitive_free(pval, it, embed);
74 if (embed == 0) {
90 OPENSSL_assert(embed == 0);
118 if (embed == 0) {
128 int embed = tt->flags & ASN1_TFLG_EMBED; local
130 if (embed) {
141 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed);
146 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed);
    [all...]
tasn_new.c 19 int embed, OSSL_LIB_CTX *libctx,
22 int embed);
59 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed,
92 } else if (!asn1_primitive_new(pval, it, embed))
97 if (!asn1_primitive_new(pval, it, embed))
110 if (embed) {
132 if (embed) {
141 if (!embed) {
160 ossl_asn1_item_embed_free(pval, it, embed);
166 ossl_asn1_item_embed_free(pval, it, embed);
209 int embed = tt->flags & ASN1_TFLG_EMBED; local
    [all...]
asn1_local.h 50 void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed);
75 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
76 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
asn1_lib.c 264 /* Copy flags but preserve embed value */
362 void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed)
368 if (embed == 0)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_fre.c 28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
51 ossl_asn1_primitive_free(pval, it, embed);
55 ossl_asn1_primitive_free(pval, it, embed);
74 if (embed == 0) {
90 OPENSSL_assert(embed == 0);
118 if (embed == 0) {
128 int embed = tt->flags & ASN1_TFLG_EMBED; local
130 if (embed) {
141 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed);
146 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed);
    [all...]
tasn_new.c 19 int embed, OSSL_LIB_CTX *libctx,
22 int embed);
60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed,
93 } else if (!asn1_primitive_new(pval, it, embed))
98 if (!asn1_primitive_new(pval, it, embed))
111 if (embed) {
133 if (embed) {
142 if (!embed) {
161 ossl_asn1_item_embed_free(pval, it, embed);
167 ossl_asn1_item_embed_free(pval, it, embed);
211 int embed = tt->flags & ASN1_TFLG_EMBED; local
    [all...]
asn1_local.h 48 void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed);
73 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
74 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
asn1_lib.c 258 /* Copy flags but preserve embed value */
359 void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed)
365 if (embed == 0)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_fre.c 28 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
51 asn1_primitive_free(pval, it, embed);
55 asn1_primitive_free(pval, it, embed);
74 if (embed == 0) {
114 if (embed == 0) {
124 int embed = tt->flags & ASN1_TFLG_EMBED; local
126 if (embed) {
137 asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed);
142 asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed);
146 void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
    [all...]
tasn_new.c 19 int embed);
21 int embed);
42 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
73 } else if (!asn1_primitive_new(pval, it, embed))
78 if (!asn1_primitive_new(pval, it, embed))
94 if (embed) {
119 if (embed) {
128 if (!embed) {
150 asn1_item_embed_free(pval, it, embed);
159 asn1_item_embed_free(pval, it, embed);
205 int embed = tt->flags & ASN1_TFLG_EMBED; local
    [all...]
asn1_local.h 46 void asn1_string_embed_free(ASN1_STRING *a, int embed);
66 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
67 void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
asn1_lib.c 250 /* Copy flags but preserve embed value */
350 void asn1_string_embed_free(ASN1_STRING *a, int embed)
356 if (embed == 0)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-value.c 84 const char *embed = "embedded x\201\202\203\204"; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-value.c 84 const char *embed = "embedded x\201\202\203\204"; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value.c 95 const char *embed = "embedded x\201\202\203\204"; local
  /src/external/mit/libuv/dist/test/
test-embed.c 48 TEST_IMPL(embed) {
test-list.h 283 TEST_DECLARE (embed)
931 TEST_ENTRY (embed)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value.c 104 const char *embed = "embedded x\201\202\203\204"; local
  /src/tests/bin/sh/
t_cmdsub.sh 590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \
594 F.1: here-doc embed with unbal single, back- or doublequote '\''
598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \
602 F.2: here-doc embed with unbal single, back- or doublequote "
606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \
610 F.3: here-doc embed with unbal single, back- or doublequote `
  /src/tests/usr.bin/indent/
t_misc.sh 240 * It is possible to embed comments in the middle of an option, but nobody
  /src/usr.sbin/fstyp/
hammer2_disk.h 131 * Inodes embed either 512 bytes of direct data or an array of 4 blockrefs,
582 * larger check code as well as to embed statistics for quota operation.
663 } embed; member in struct:hammer2_blockref
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 1 # Id: Embed.pm,v 10.2 1996/09/19 09:12:51 bostic Exp
4 package ExtUtils::Embed;
22 $Devel::embed::VERSION = "99.99";
250 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
255 perl -MExtUtils::Embed -e xsinit
256 perl -MExtUtils::Embed -e ldopts
260 ExtUtils::Embed provides utility functions for embedding a Perl interpreter
262 Typically, an application B<Makefile> will invoke ExtUtils::Embed
267 ExtUtils::Embed exports the following functions:
278 When invoked as C<`perl -MExtUtils::Embed -e xsinit --`
    [all...]
  /src/external/mit/expat/dist/doc/
ok.min.css 2 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--ok-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--ok-mono:SFMono-Regular,Menlo,Monaco,Consolas,"Ubuntu Mono","Liberation Mono","Courier New",Courier,monospace;--ok-fw-0:400;--ok-fw-1:600;--ok-fw-2:700;--ok-fw-3:700;--ok-fs-0:2.5rem;--ok-fs-1:2rem;--ok-fs-2:1.5rem;--ok-fs-3:1.25rem;--ok-fs-4:1rem;--ok-fs-5:0.75rem;--ok-br:0.25rem;--ok-s-0:0;--ok-s-1:0.25rem;--ok-s-2:0.5rem;--ok-s-3:1rem;--ok-s-4:1.5rem;--ok-s-5:2rem;--ok-s-6:2.5rem;--ok-lh-body:1.5;--ok-lh-heading:1.25;--ok-t-hl:#ffcf30;--ok-accent-0:#3e67fa;--ok-accent-1:#4788ff;--ok-tc-accent:#3173de;--ok-tc-code:#c23a30;--ok-tc-0:#000;--ok-tc-1:#747474;--ok-tc-2:#848484;--ok-bg-0:#fff;--ok-bg-1:#f0f0f0;--ok-bg-2:#ccc;--ok-b-0:1px solid #cbcbcb;--ok-b-1:1px solid #848484;--ok-down-0:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23747474'/%3E%3C/svg%3E");--ok-down-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23848484'/%3E%3C/svg%3E")}@media (prefers-color-scheme:dark){:root{--ok-tc-accent:#5c9aff;--ok-tc-code:#ed5853;--ok-tc-0:#fff;--ok-tc-1:#ababab;--ok-tc-2:#929292;--ok-bg-0:#000;--ok-bg-1:#212121;--ok-bg-2:#3e3e3e;--ok-b-0:1px solid #747474;--ok-b-1:1px solid #929292;--ok-down-0:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23ababab'/%3E%3C/svg%3E");--ok-down-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23929292'/%3E%3C/svg%3E")}}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{font-family:var(--ok-sans);line-sizing:normal;line-height:var(--ok-lh-body);font-weight:var(--ok-fw-0);color:var(--ok-tc-0);background-color:var(--ok-bg-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility;scroll-behavior:smooth}@supports (font-variation-settings:normal){html{font-family:Inter var,var(--ok-sans)}}button,input,optgroup,select,textarea{font-family:inherit;line-height:var(--ok-lh-body)}[role=button],button{cursor:pointer}audio,canvas,embed,iframe,img,input,object,select,svg,textarea,video{display:block}img,video{max-width:100%;height:auto}body{padding:var(--ok-s-3);max-width:80ch;margin:auto}article{padding-bottom:var(--ok-s-6)}h1{font-size:var(--ok-fs-0);margin:0}h2{font-size:var(--ok-fs-1)}h3{font-size:var(--ok-fs-2)}h4{font-size:var(--ok-fs-3)}h5{font-size:var(--ok-fs-4)}h6{font-size:var(--ok-fs-5);text-transform:uppercase;font-weight:var(--ok-fw-1)}h1,h2,h3,h4,h5,h6{line-height:var(--ok-lh-heading);font-weight:var(--ok-fw-3);margin-top:var(--ok-s-6);margin-bottom:var(--ok-s-3)}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*,hr+*{margin-top:0}p{font-size:var(--ok-fs-4)}small{font-size:var(--ok-fs-5)}b,dt,strong{font-weight:var(--ok-fw-2)}address,article,aside,audio,blockquote,button,canvas,dd,details,dialog,div,dl,embed,fieldset,figcaption,figure,footer,form,header,hgroup,hr,iframe,img,input,main,nav,object,ol,p,pre, (…)
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_cms.in 431 --embed-leaf-only \
  /src/external/mit/isl/dist/
isl_ast_codegen.c 4980 int embed; local
4986 embed = !isl_set_is_params(data->build->domain);
4987 if (embed && !data->internal)
4989 if (!embed) {
5001 list = isl_ast_graft_list_unembed(list, embed);

Completed in 38 milliseconds

1 2