Searched refs:constructed (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dgen_encode.c108 int constructed = 1; local
139 constructed = 0;
143 constructed = 0;
147 constructed = 0;
155 constructed = 0;
243 constructed = 0;
248 constructed = 0;
375 constructed = 0;
379 constructed = 0;
383 constructed
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineElementBox.h40 InlineElementBox(RenderObject& renderer, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed, bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent) argument
41 : InlineBox(renderer, topLeft, logicalWidth, firstLine, constructed, dirty, extracted, isHorizontal, next, prev, parent)
H A DInlineBox.h111 bool isConstructed() { return m_bitfields.constructed(); }
295 explicit InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
297 , m_constructed(constructed)
318 ADD_BOOLEAN_BITFIELD(constructed, Constructed);
381 InlineBox(RenderObject& renderer, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed, argument
389 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_bytes.c133 int ret,r,constructed; local
147 constructed=1;
149 constructed=0;
150 ASN1_put_object(&p,constructed,ret,tag,xclass);
H A Dasn1_lib.c193 /* class 0 is constructed
194 * constructed == 2 for indefinite length constructed */
195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
201 i=(constructed)?V_ASN1_CONSTRUCTED:0;
218 if (constructed == 2)
257 int ASN1_object_size(int constructed, int length, int tag) argument
271 if (constructed == 2)
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
77 if (constructed & V_ASN1_CONSTRUCTED)
155 /* if j == 0x21 it is a constructed indefinite length object */
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dx509asn1.h83 bool constructed; /* Element is constructed. */ member in struct:__anon7438
H A Dx509asn1.c126 elem->constructed = (b & 0x20) != 0;
142 if(!elem->constructed)
547 if(elem->constructed)
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-asn1-lib.c207 /* class 0 is constructed
208 * constructed == 2 for indefinite length constructed */
209 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
215 i=(constructed)?V_ASN1_CONSTRUCTED:0;
232 if (constructed == 2)
271 int ASN1_object_size(int constructed, int length, int tag) argument
285 if (constructed == 2)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewGroup.cpp111 G_OBJECT_CLASS(webkit_web_view_group_parent_class)->constructed(object);
122 objectClass->constructed = webkitWebViewGroupConstructed;
H A DWebKitAuthenticationDialog.cpp126 G_OBJECT_CLASS(webkit_authentication_dialog_parent_class)->constructed(object);
150 objectClass->constructed = webkitAuthenticationDialogConstructed;
H A DWebKitPrintOperation.cpp87 G_OBJECT_CLASS(webkit_print_operation_parent_class)->constructed(object);
134 gObjectClass->constructed = webkitPrintOperationConstructed;
H A DWebKitFindController.cpp178 gObjectClass->constructed = webkitFindControllerConstructed;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_objects.c154 newObj->constructed = (Tcl_HashTable*)ckalloc(sizeof(Tcl_HashTable));
155 Tcl_InitHashTable(newObj->constructed, TCL_STRING_KEYS);
256 * At this point, the object is fully constructed.
257 * Destroy the "constructed" table in the object data, since
260 Tcl_DeleteHashTable(newObj->constructed);
261 ckfree((char*)newObj->constructed);
262 newObj->constructed = NULL;
1051 if (contextObj->constructed) {
1052 Tcl_DeleteHashTable(contextObj->constructed);
1053 ckfree((char*)contextObj->constructed);
[all...]
H A DitclInt.h376 Tcl_HashTable* constructed; /* temp storage used during construction */ member in struct:ItclObject
H A Ditcl_methods.c966 * when an object is first constructed (i.e., the "constructed"
969 * all base classes are properly constructed.
977 contextObj->constructed) {
1025 contextObj->constructed) {
1027 Tcl_CreateHashEntry(contextObj->constructed,
1365 contextObj->constructed) {
2301 * all base classes are properly constructed. If an "initCode" fragment
2316 ItclObject *contextObj; /* object being constructed */
2317 ItclClass *contextClass; /* current class being constructed */
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm134 Given a tree constructed from nested arrays, this Visitor will create the equivalent Tree::Simple heirarchy.
138 Given a Tree::Simple heirarchy, this Visitor will create the equivalent tree constructed from nested arrays.
142 Given a tree constructed from nested hashs, this Visitor will create the equivalent Tree::Simple heirarchy.
146 Given a Tree::Simple heirarchy, this Visitor will create the equivalent tree constructed from nested hashes.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DToNestedArray.pm110 Given a tree constructed from a Tree::Simple heirarchy, this Visitor will create the equivalent tree of nested arrays.
134 This method will return the array tree constructed.
H A DToNestedHash.pm96 Given a tree constructed from a Tree::Simple heirarchy, this Visitor will create the equivalent tree of nested hashes.
120 This method will return the hash tree constructed.
H A DFromNestedHash.pm114 Given a tree constructed from nested hashs, this Visitor will create the equivalent Tree::Simple heirarchy.
130 This method is used to set the C<$hash_tree> that our Tree::Simple heirarchy will be constructed from. It must be in the following form:
H A DFromNestedArray.pm137 Given a tree constructed from nested arrays, this Visitor will create the equivalent Tree::Simple heirarchy.
157 This method is used to set the C<$array_tree> that our Tree::Simple heirarchy will be constructed from. It must be in the following form:
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_asn1.c1013 * * depth: The recursion depth, plus one with each constructed value being encountered (Number)
1017 * * constructed: Whether this value is constructed or not (Boolean)
1023 * OpenSSL::ASN1.traverse(der) do | depth, offset, header_len, length, constructed, tag_class, tag|
1025 * puts "Header length: #{header_len} Tag: #{tag} Tag class: #{tag_class} Constructed: #{constructed}"
1261 int tag, tn, tc, explicit, constructed = 1; local
1272 constructed = 2;
1282 The overall value of the entire constructed encoding
1293 ossl_raise(eASN1Error, "invalid constructed encoding");
1310 seq_len = ossl_asn1_object_size(constructed, RSTRING_LENIN
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A DAppendMatchGroup.vim46 " And the b:match_words constructed would look like:
/macosx-10.10/llvmCore-3425.0.34/
H A DMakefile164 $(Echo) Eliminating files constructed by configure
/macosx-10.10/WebCore-7600.1.25/platform/audio/gstreamer/
H A DWebKitWebAudioSourceGStreamer.cpp142 objectClass->constructed = webKitWebAudioSrcConstructed;

Completed in 229 milliseconds

123