Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 36) sorted by relevance

12

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree_rb.c337 pNode = tree->pHead; in check_redblack_tree()
648 *n = tree->next_idx++; in memRbtreeCreateTable()
715 Rbtree* tree, in memRbtreeCursor() argument
721 assert(tree); in memRbtreeCursor()
726 pCur->pRbtree = tree; in memRbtreeCursor()
1310 sqliteFree(tree); in memRbtreeClose()
1364 execute_rollback_list(tree, tree->pCheckRollback); in memRbtreeRollback()
1365 execute_rollback_list(tree, tree->pTransRollback); in memRbtreeRollback()
1388 tree->pCheckRollbackTail->pNext = tree->pTransRollback; in memRbtreeCommitCkpt()
1389 tree->pTransRollback = tree->pCheckRollback; in memRbtreeCommitCkpt()
[all …]
/PHP-5.3/ext/dom/
H A Ddocumentfragment.c89 static void php_dom_xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) /* {{{ */ in php_dom_xmlSetTreeDoc() argument
94 if (tree) { in php_dom_xmlSetTreeDoc()
95 if(tree->type == XML_ELEMENT_NODE) { in php_dom_xmlSetTreeDoc()
96 prop = tree->properties; in php_dom_xmlSetTreeDoc()
109 if (tree->children != NULL) { in php_dom_xmlSetTreeDoc()
110 cur = tree->children; in php_dom_xmlSetTreeDoc()
116 tree->doc = doc; in php_dom_xmlSetTreeDoc()
H A Delement.c698 static xmlNsPtr _dom_new_reconNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) /* {{{ */ in _dom_new_reconNs() argument
704 if ((tree == NULL) || (ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) { in _dom_new_reconNs()
718 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
726 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
732 def = xmlNewNs(tree, ns->href, prefix); in _dom_new_reconNs()
/PHP-5.3/Zend/tests/
H A Dbug60138.phpt5 $tree = array(array("f"));
6 $category =& $tree[0];
9 new RecursiveArrayIterator($tree),
/PHP-5.3/ext/intl/tests/
H A Dmsgfmt_format.phpt16 …n_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree",
19 …_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree",
50 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
51 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
62 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
63 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
H A Dmsgfmt_parse.phpt16 …n_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree",
19 …_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree",
25 'en_US' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
28 'en_UK' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
/PHP-5.3/ext/phar/phar/
H A Ddirectorytreeiterator.inc38 $tree = '';
40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';
42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-5.3/ext/spl/examples/
H A Ddirectorytreeiterator.inc38 $tree = '';
40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';
42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-5.3/ext/sqlite/libsqlite/
H A DREADME9 script found at the root of the source tree. Then run "make".
13 tar xzf sqlite.tar.gz ;# Unpack the source tree into "sqlite"
21 "Makefile.linux-gcc" in the top directory of the source tree that you
30 script at the top-level of the source tree.
/PHP-5.3/ext/tidy/examples/
H A Ddumpit5.php21 $tree = $tidy->root(); variable
22 dump_tree($tree);
/PHP-5.3/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt22 // If the newChild is already in the tree, it is first removed.
25 echo "Existing child is removed from tree:\n" . $document->saveXML();
39 Existing child is removed from tree:
H A DDOMNode_cloneNode_basic.phpt40 // strip all text nodes from this tree
/PHP-5.3/ext/spl/internal/
H A Drecursivetreeiterator.inc72 $tree = '';
75 $tree .= $this->getSubIterator($level)->hasNext() ? $this->prefix[1] : $this->prefix[2];
77 $tree .= $this->getSubIterator($level)->hasNext() ? $this->prefix[3] : $this->prefix[4];
79 return $this->prefix[0] . $tree . $this->prefix[5];
/PHP-5.3/sapi/pi3web/
H A DREADME11 PHP CVS tree into the Pi3Web source directory called 'PHP5' first. Then
21 You must also checkout the TSRM and the ZEND module from the ZEND cvs tree
/PHP-5.3/ext/standard/tests/file/
H A Drename_variation1.phpt18 /* Testing simple directory tree */
H A Drename_variation1-win32.phpt23 /* Testing simple directory tree */
/PHP-5.3/sapi/cgi/
H A DCHANGES24 web tree and people will not be able
/PHP-5.3/ext/exif/
H A Dtest.txt111 // Searches for $file in document tree. The path is ignored.
137 // Searches for $file in document tree. The path is ignored.
/PHP-5.3/ext/imap/
H A Dphp_imap.c4671 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() argument
4678 add_assoc_long(tree, buf, cur->num); in build_thread_tree_helper()
4683 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4684 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper()
4686 add_assoc_long(tree, buf, 0); in build_thread_tree_helper()
4692 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4693 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4695 add_assoc_long(tree, buf, 0); in build_thread_tree_helper()
4702 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4707 array_init(*tree); in build_thread_tree()
[all …]
/PHP-5.3/
H A DTODO32 * Move most extensions and PEAR packages out of the PHP CVS tree,
/PHP-5.3/ext/mbstring/oniguruma/
H A DREADME129 regtrav.c capture history tree data traverse functions.
/PHP-5.3/ext/mysqli/tests/
H A Dconnect.inc134 /* Those tree are set by SET NAMES */
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI371 Return the root node of capture history data tree.
382 Traverse and callback in capture history data tree.

Completed in 55 milliseconds

12