Searched refs:ancestor (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mp/
H A Dmp_fset.c35 DB_TXN *ancestor; local
71 for (ancestor = txn;
72 ancestor != NULL && ancestor->parent != NULL;
73 ancestor = ancestor->parent)
77 (!BH_OWNED_BY(env, bhp, ancestor) || SH_CHAIN_HASNEXT(bhp, vc))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mp/
H A Dmp_fset.c35 DB_TXN *ancestor; local
71 for (ancestor = txn;
72 ancestor != NULL && ancestor->parent != NULL;
73 ancestor = ancestor->parent)
77 (!BH_OWNED_BY(env, bhp, ancestor) || SH_CHAIN_HASNEXT(bhp, vc))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mp/
H A Dmp_fset.c35 DB_TXN *ancestor; local
71 for (ancestor = txn;
72 ancestor != NULL && ancestor->parent != NULL;
73 ancestor = ancestor->parent)
77 (!BH_OWNED_BY(env, bhp, ancestor) || SH_CHAIN_HASNEXT(bhp, vc))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dipa-prop.h49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
73 IPA_JF_ANCESTOR /* represented by field ancestor */
110 /* Structure holding data required to describe an ancestor pass-through
115 /* Offset of the field representing the ancestor. */
127 agg_preserved set or an ancestor jump function with agg_preserved set, all
177 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:ipa_jump_func::jump_func_value
256 /* Return the offset of an ancestor jump function JFUNC. */
262 return jfunc->value.ancestor.offset;
265 /* Return the result type of an ancestor jum
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dipa-prop.h47 ancestor fields in C++ (e.g. &this_1(D)->D.1766.D.1756). */
90 /* Structure holding data required to describe and ancestor pass throu
95 /* Offset of the field representing the ancestor. */
124 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:jump_func_value
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dipa-prop.h49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
74 IPA_JF_ANCESTOR /* represented by field ancestor */
93 /* Structure holding data required to describe an ancestor pass-through
98 /* Offset of the field representing the ancestor. */
129 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:jump_func_value
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/jplayer.2.6.0/
H A Djquery.jplayer.js2103 _cssSelectorAncestor: function(ancestor) {
2105 this.options.cssSelectorAncestor = ancestor;
2107 this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2108 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2111 context: ancestor,
2329 this._cssSelectorAncestor(value); // Set and refresh all associations for the new ancestor.
3096 FLASH_DISABLED: "Check that you have not display:none; the jPlayer entity or any ancestor.",
3119 CSS_SELECTOR_COUNT: "Check your css selector and the ancestor.",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/jplayer.2.6.0/
H A Djquery.jplayer.js2103 _cssSelectorAncestor: function(ancestor) {
2105 this.options.cssSelectorAncestor = ancestor;
2107 this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2108 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2111 context: ancestor,
2329 this._cssSelectorAncestor(value); // Set and refresh all associations for the new ancestor.
3096 FLASH_DISABLED: "Check that you have not display:none; the jPlayer entity or any ancestor.",
3119 CSS_SELECTOR_COUNT: "Check your css selector and the ancestor.",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/jplayer.2.6.0/
H A Djquery.jplayer.js2103 _cssSelectorAncestor: function(ancestor) {
2105 this.options.cssSelectorAncestor = ancestor;
2107 this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2108 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2111 context: ancestor,
2329 this._cssSelectorAncestor(value); // Set and refresh all associations for the new ancestor.
3096 FLASH_DISABLED: "Check that you have not display:none; the jPlayer entity or any ancestor.",
3119 CSS_SELECTOR_COUNT: "Check your css selector and the ancestor.",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7898 * Traversal function for the "ancestor" direction
7899 * the ancestor axis contains the ancestors of the context node; the ancestors
8023 * Traversal function for the "ancestor-or-self" direction
8024 * he ancestor-or-self axis contains the context node and ancestors of
8125 * @ancestor: the ancestor node
8128 * Check that @ancestor is a @node's ancestor
8133 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11550 * Add the annotation to the simple type ancestor.
11647 * Add the facets to the simple type ancestor.
11811 * Add the annotation to the type ancestor.
11937 * Add the annotation to the complex type ancestor.
12023 * Set the 'mixed' on the complex type ancestor.
12032 * Add the annotation to the complex type ancestor.
14863 * @ancestor
14872 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19522 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]
H A Dtree.c4885 * attribute or the one carried by the nearest ancestor.
4965 * ancestor.
5919 * @ancestor: the ancestor carrying the namespace
5922 * Verify that the given namespace held on @ancestor is still in scope
5929 xmlNodePtr ancestor, const xmlChar * prefix)
5933 while ((node != NULL) && (node != ancestor)) {
5953 if (node != ancestor)
8131 * the given @nsName in the ancestor-or-self axis of @node.
8231 * the given @nsName in the ancestor
5928 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7898 * Traversal function for the "ancestor" direction
7899 * the ancestor axis contains the ancestors of the context node; the ancestors
8023 * Traversal function for the "ancestor-or-self" direction
8024 * he ancestor-or-self axis contains the context node and ancestors of
8125 * @ancestor: the ancestor node
8128 * Check that @ancestor is a @node's ancestor
8133 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11550 * Add the annotation to the simple type ancestor.
11647 * Add the facets to the simple type ancestor.
11811 * Add the annotation to the type ancestor.
11937 * Add the annotation to the complex type ancestor.
12023 * Set the 'mixed' on the complex type ancestor.
12032 * Add the annotation to the complex type ancestor.
14863 * @ancestor
14872 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19522 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7898 * Traversal function for the "ancestor" direction
7899 * the ancestor axis contains the ancestors of the context node; the ancestors
8023 * Traversal function for the "ancestor-or-self" direction
8024 * he ancestor-or-self axis contains the context node and ancestors of
8125 * @ancestor: the ancestor node
8128 * Check that @ancestor is a @node's ancestor
8133 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11550 * Add the annotation to the simple type ancestor.
11647 * Add the facets to the simple type ancestor.
11811 * Add the annotation to the type ancestor.
11937 * Add the annotation to the complex type ancestor.
12023 * Set the 'mixed' on the complex type ancestor.
12032 * Add the annotation to the complex type ancestor.
14863 * @ancestor
14872 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19522 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]

Completed in 541 milliseconds

12