Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 6919) sorted by relevance

12345678910>>...277

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/libcli/util/
H A Dasn1.c59 struct nesting *nesting; in asn1_push_tag() local
69 nesting->next = data->nesting; in asn1_push_tag()
70 data->nesting = nesting; in asn1_push_tag()
77 struct nesting *nesting; in asn1_pop_tag() local
80 nesting = data->nesting; in asn1_pop_tag()
115 data->nesting = nesting->next; in asn1_pop_tag()
363 struct nesting *nesting; in asn1_start_tag() local
397 nesting->next = data->nesting; in asn1_start_tag()
398 data->nesting = nesting; in asn1_start_tag()
409 struct nesting *nesting; in asn1_end_tag() local
[all …]
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dasn1.c37 struct nesting *nesting; member
117 struct nesting *nesting; in asn1_push_tag() local
129 nesting->next = data->nesting; in asn1_push_tag()
130 data->nesting = nesting; in asn1_push_tag()
137 struct nesting *nesting; in asn1_pop_tag() local
144 nesting = data->nesting; in asn1_pop_tag()
190 data->nesting = nesting->next; in asn1_pop_tag()
648 struct nesting *nesting; in asn1_start_tag() local
704 data->nesting = nesting; in asn1_start_tag()
714 struct nesting *nesting; in asn1_end_tag() local
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/tests/fibers/
H A Dbacktrace-deep-nesting.phpt38 #0 %sbacktrace-deep-nesting.php(%d): throw_exception()
40 #2 %sbacktrace-deep-nesting.php(%d): suspend_fiber(10)
41 #3 %sbacktrace-deep-nesting.php(%d): suspend_fiber(9)
42 #4 %sbacktrace-deep-nesting.php(%d): suspend_fiber(8)
43 #5 %sbacktrace-deep-nesting.php(%d): suspend_fiber(7)
44 #6 %sbacktrace-deep-nesting.php(%d): suspend_fiber(6)
45 #7 %sbacktrace-deep-nesting.php(%d): suspend_fiber(5)
46 #8 %sbacktrace-deep-nesting.php(%d): suspend_fiber(4)
47 #9 %sbacktrace-deep-nesting.php(%d): suspend_fiber(3)
48 #10 %sbacktrace-deep-nesting.php(%d): suspend_fiber(2)
[all …]
/dports/lang/php81/php-8.1.1/Zend/tests/fibers/
H A Dbacktrace-deep-nesting.phpt38 #0 %sbacktrace-deep-nesting.php(%d): throw_exception()
40 #2 %sbacktrace-deep-nesting.php(%d): suspend_fiber(10)
41 #3 %sbacktrace-deep-nesting.php(%d): suspend_fiber(9)
42 #4 %sbacktrace-deep-nesting.php(%d): suspend_fiber(8)
43 #5 %sbacktrace-deep-nesting.php(%d): suspend_fiber(7)
44 #6 %sbacktrace-deep-nesting.php(%d): suspend_fiber(6)
45 #7 %sbacktrace-deep-nesting.php(%d): suspend_fiber(5)
46 #8 %sbacktrace-deep-nesting.php(%d): suspend_fiber(4)
47 #9 %sbacktrace-deep-nesting.php(%d): suspend_fiber(3)
48 #10 %sbacktrace-deep-nesting.php(%d): suspend_fiber(2)
[all …]
/dports/devel/splint/splint-3.1.2/test/
H A Dmongoincludes.expect2 minc1.h:1: Maximum include nesting depth (1, current depth 2) exceeded
4 minc4.h:1: Maximum include nesting depth (1, current depth 3) exceeded
7 minc1.h:2: Maximum include nesting depth (1, current depth 2) exceeded
9 minc1.h:3: Maximum include nesting depth (1, current depth 2) exceeded
11 minc2.h:1: Maximum include nesting depth (1, current depth 3) exceeded
14 minc3.h:1: Maximum include nesting depth (1, current depth 4) exceeded
18 minc4.h:1: Maximum include nesting depth (1, current depth 5) exceeded
23 minc3.h:2: Maximum include nesting depth (1, current depth 4) exceeded
27 minc2.h:2: Maximum include nesting depth (1, current depth 3) exceeded
30 minc4.h:1: Maximum include nesting depth (1, current depth 4) exceeded
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DFormatters.hs125 exampleStarted = \(nesting, requirement) -> do
128 , exampleProgress = \(nesting, requirement) p -> do
143 indentationFor nesting = replicate (length nesting * 2) ' '
146 writeResult nesting requirement info action = do
163 , exampleGroupStarted = \nesting name -> do
164 writeLine (indentationFor nesting ++ name)
170 writeLine $ indentationFor nesting ++ requirement
172 writeLine $ indentationFor ("" : nesting) ++ s
178 writeLine $ indentationFor ("" : nesting) ++ s
183 writeLine $ indentationFor ("" : nesting) ++ s
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/lang/blocktoattr/
H A Dfixup_bench_test.go23 if nesting > 0 {
25 "nested0": ambiguousNestedBlock(nesting - 1),
26 "nested1": ambiguousNestedBlock(nesting - 1),
27 "nested2": ambiguousNestedBlock(nesting - 1),
28 "nested3": ambiguousNestedBlock(nesting - 1),
29 "nested4": ambiguousNestedBlock(nesting - 1),
30 "nested5": ambiguousNestedBlock(nesting - 1),
31 "nested6": ambiguousNestedBlock(nesting - 1),
32 "nested7": ambiguousNestedBlock(nesting - 1),
33 "nested8": ambiguousNestedBlock(nesting - 1),
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/plugin6/convert/
H A Dschema.go88 Nesting: nesting,
162 nesting = configschema.NestingList
164 nesting = configschema.NestingMap
166 nesting = configschema.NestingSet
173 Nesting: nesting,
191 nesting = configschema.NestingMap
193 nesting = configschema.NestingSet
201 Nesting: nesting,
257 nesting = proto.Schema_Object_SET
259 nesting = proto.Schema_Object_MAP
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/xquery/testsuite/
H A DTestSuite.java29 int nesting = 0; field in TestSuite
75 if ("testsuite".equals(typeName) && nesting == 0) in startElement()
78 && (nesting == 0 || (inTestSuite && nesting == 1))) in startElement()
80 else if (inTestSuite ? nesting == 2 : nesting == 1) in startElement()
89 nesting++; in startElement()
95 nesting--; in endElement()
98 if ("testsuite".equals(typeName) && nesting == 0) in endElement()
101 && (nesting == 0 || (inTestSuite && nesting == 1))) in endElement()
106 else if (inTestSuite ? nesting == 2 : nesting == 1) in endElement()
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Hpack/Render/
H A DDsl.hs62 render settings nesting (Stanza name elements) = indent settings nesting name : renderElements sett…
63 render settings nesting (Group a b) = render settings nesting a ++ render settings nesting b
64 render settings nesting (Field name value) = renderField settings nesting name value
65 render settings nesting (Verbatim str) = map (indent settings nesting) (lines str)
68 renderElements settings nesting = concatMap (render settings nesting)
71 renderField settings@RenderSettings{..} nesting name value = case renderValue settings value of
73 SingleLine x -> [indent settings nesting (name ++ ": " ++ padding ++ x)]
75 …MultipleLines xs -> (indent settings nesting name ++ ":") : map (indent settings $ succ nesting) xs
113 indent RenderSettings{..} (Nesting nesting) s = replicate (nesting * renderSettingsIndentation) ' '…
/dports/devel/hs-hpack/hpack-0.34.4/src/Hpack/Render/
H A DDsl.hs62 render settings nesting (Stanza name elements) = indent settings nesting name : renderElements sett…
63 render settings nesting (Group a b) = render settings nesting a ++ render settings nesting b
64 render settings nesting (Field name value) = renderField settings nesting name value
65 render settings nesting (Verbatim str) = map (indent settings nesting) (lines str)
68 renderElements settings nesting = concatMap (render settings nesting)
71 renderField settings@RenderSettings{..} nesting name value = case renderValue settings value of
73 SingleLine x -> [indent settings nesting (name ++ ": " ++ padding ++ x)]
75 …MultipleLines xs -> (indent settings nesting name ++ ":") : map (indent settings $ succ nesting) xs
113 indent RenderSettings{..} (Nesting nesting) s = replicate (nesting * renderSettingsIndentation) ' '…
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/plugin/convert/
H A Dschema.go55 nesting = proto.Schema_NestedBlock_LIST
57 nesting = proto.Schema_NestedBlock_SET
59 nesting = proto.Schema_NestedBlock_MAP
66 Nesting: nesting,
112 var nesting configschema.NestingMode
115 nesting = configschema.NestingSingle
117 nesting = configschema.NestingGroup
119 nesting = configschema.NestingList
121 nesting = configschema.NestingMap
123 nesting = configschema.NestingSet
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/plugin/convert/
H A Dschema.go55 nesting = proto.Schema_NestedBlock_LIST
57 nesting = proto.Schema_NestedBlock_SET
59 nesting = proto.Schema_NestedBlock_MAP
66 Nesting: nesting,
112 var nesting configschema.NestingMode
115 nesting = configschema.NestingSingle
117 nesting = configschema.NestingGroup
119 nesting = configschema.NestingList
121 nesting = configschema.NestingMap
123 nesting = configschema.NestingSet
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/plugin/convert/
H A Dschema.go71 nesting = proto.Schema_NestedBlock_LIST
73 nesting = proto.Schema_NestedBlock_SET
75 nesting = proto.Schema_NestedBlock_MAP
82 Nesting: nesting,
143 var nesting configschema.NestingMode
146 nesting = configschema.NestingSingle
148 nesting = configschema.NestingGroup
150 nesting = configschema.NestingList
152 nesting = configschema.NestingMap
154 nesting = configschema.NestingSet
[all …]
/dports/deskutils/zim/zim-0.74.3/zim/
H A Dtokenparser.py25 nesting = 0
29 nesting += 1
31 nesting -= 1
32 if nesting < 0:
120 nesting = 0
123 nesting += 1
125 nesting -= 1
126 if nesting < 0:
267 nesting = []
272 nesting.pop()
[all …]
/dports/net/samba412/samba-4.12.15/lib/tevent/
H A Dtevent.c408 ev->nesting.level = 0; in tevent_common_context_destructor()
409 ev->nesting.hook_fn = NULL; in tevent_common_context_destructor()
706 ev->nesting.allowed = true; in tevent_loop_allow_nesting()
746 ev->nesting.level++; in _tevent_loop_once()
760 ev->nesting.level, in _tevent_loop_once()
780 ev->nesting.level, in _tevent_loop_once()
792 ev->nesting.level--; in _tevent_loop_once()
807 ev->nesting.level++; in _tevent_loop_until()
821 ev->nesting.level, in _tevent_loop_until()
846 ev->nesting.level, in _tevent_loop_until()
[all …]
/dports/devel/tevent/tevent-0.10.2/
H A Dtevent.c408 ev->nesting.level = 0; in tevent_common_context_destructor()
409 ev->nesting.hook_fn = NULL; in tevent_common_context_destructor()
706 ev->nesting.allowed = true; in tevent_loop_allow_nesting()
746 ev->nesting.level++; in _tevent_loop_once()
760 ev->nesting.level, in _tevent_loop_once()
780 ev->nesting.level, in _tevent_loop_once()
792 ev->nesting.level--; in _tevent_loop_once()
807 ev->nesting.level++; in _tevent_loop_until()
821 ev->nesting.level, in _tevent_loop_until()
846 ev->nesting.level, in _tevent_loop_until()
[all …]
/dports/databases/ldb21/ldb-2.1.5/lib/tevent/
H A Dtevent.c408 ev->nesting.level = 0; in tevent_common_context_destructor()
409 ev->nesting.hook_fn = NULL; in tevent_common_context_destructor()
706 ev->nesting.allowed = true; in tevent_loop_allow_nesting()
746 ev->nesting.level++; in _tevent_loop_once()
760 ev->nesting.level, in _tevent_loop_once()
780 ev->nesting.level, in _tevent_loop_once()
792 ev->nesting.level--; in _tevent_loop_once()
807 ev->nesting.level++; in _tevent_loop_until()
821 ev->nesting.level, in _tevent_loop_until()
846 ev->nesting.level, in _tevent_loop_until()
[all …]
/dports/databases/ldb15/ldb-1.5.6/lib/tevent/
H A Dtevent.c408 ev->nesting.level = 0; in tevent_common_context_destructor()
409 ev->nesting.hook_fn = NULL; in tevent_common_context_destructor()
706 ev->nesting.allowed = true; in tevent_loop_allow_nesting()
746 ev->nesting.level++; in _tevent_loop_once()
760 ev->nesting.level, in _tevent_loop_once()
780 ev->nesting.level, in _tevent_loop_once()
792 ev->nesting.level--; in _tevent_loop_once()
807 ev->nesting.level++; in _tevent_loop_until()
821 ev->nesting.level, in _tevent_loop_until()
846 ev->nesting.level, in _tevent_loop_until()
[all …]
/dports/databases/ldb20/ldb-2.0.10/lib/tevent/
H A Dtevent.c408 ev->nesting.level = 0; in tevent_common_context_destructor()
409 ev->nesting.hook_fn = NULL; in tevent_common_context_destructor()
706 ev->nesting.allowed = true; in tevent_loop_allow_nesting()
746 ev->nesting.level++; in _tevent_loop_once()
760 ev->nesting.level, in _tevent_loop_once()
780 ev->nesting.level, in _tevent_loop_once()
792 ev->nesting.level--; in _tevent_loop_once()
807 ev->nesting.level++; in _tevent_loop_until()
821 ev->nesting.level, in _tevent_loop_until()
846 ev->nesting.level, in _tevent_loop_until()
[all …]
/dports/databases/ldb22/ldb-2.2.1/lib/tevent/
H A Dtevent.c408 ev->nesting.level = 0;
409 ev->nesting.hook_fn = NULL;
706 ev->nesting.allowed = true;
746 ev->nesting.level++;
760 ev->nesting.level,
780 ev->nesting.level,
792 ev->nesting.level--;
807 ev->nesting.level++;
821 ev->nesting.level,
846 ev->nesting.level,
[all …]
/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/seq/
H A Dgenpup.py33 def hvector_decl(nesting, dtp, b): argument
34 yutils.display(OUTFILE, "int count%d = %s->u.hvector.count;\n" % (nesting, dtp))
36 yutils.display(OUTFILE, "intptr_t stride%d = %s->u.hvector.stride;\n" % (nesting, dtp))
54 def blkhindx_decl(nesting, dtp, b): argument
55 yutils.display(OUTFILE, "int count%d = %s->u.blkhindx.count;\n" % (nesting, dtp))
76 def hindexed_decl(nesting, dtp, b): argument
77 yutils.display(OUTFILE, "int count%d = %s->u.hindexed.count;\n" % (nesting, dtp))
96 def contig_decl(nesting, dtp, b): argument
97 yutils.display(OUTFILE, "int count%d = %s->u.contig.count;\n" % (nesting, dtp))
98 yutils.display(OUTFILE, "intptr_t stride%d = %s->u.contig.child->extent;\n" % (nesting, dtp))
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/test/java/com/facebook/thrift/
H A DFixtures.java43 public static final Nesting nesting; field in Fixtures
60 nesting = new Nesting(new Bonk(), new OneOfEach());
61 nesting.my_ooe.integer16 = 16;
62 nesting.my_ooe.integer32 = 32;
63 nesting.my_ooe.integer64 = 64;
64 nesting.my_ooe.double_precision = (Math.sqrt(5) + 1) / 2;
65 nesting.my_ooe.some_characters = ":R (me going \"rrrr\")";
66 nesting.my_ooe.zomg_unicode = new String(kUnicodeBytes, "UTF-8");
67 nesting.my_bonk.type = 31337;
68 nesting.my_bonk.message = "I am a bonk... xor!";
[all …]
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dheaders.c139 int nesting = 0; in skip_cfws() local
148 if (p[1] != '\n' && nesting == 0) in skip_cfws()
152 nesting++; in skip_cfws()
155 if (nesting == 0) in skip_cfws()
157 nesting--; in skip_cfws()
160 if (nesting == 0 || p[1] == '\0') in skip_cfws()
165 if (nesting == 0) in skip_cfws()
/dports/news/inn/inn-2.6.4/lib/
H A Dheaders.c140 int nesting = 0; in skip_cfws() local
149 if (p[1] != '\n' && nesting == 0) in skip_cfws()
153 nesting++; in skip_cfws()
156 if (nesting == 0) in skip_cfws()
158 nesting--; in skip_cfws()
161 if (nesting == 0 || p[1] == '\0') in skip_cfws()
166 if (nesting == 0) in skip_cfws()

12345678910>>...277