Home
last modified time | relevance | path

Searched refs:node (Results 126 – 127 of 127) sorted by relevance

123456

/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1425 If a leaf node is reached, a matching string has been found, and at
8581 where the local data of the current node is pushed before checking its
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c154239 RtreeNode node;
154244 memset(&node, 0, sizeof(RtreeNode));
154248 node.zData = (u8 *)sqlite3_value_blob(apArg[1]);
154250 for(ii=0; ii<NCELL(&node); ii++){
154256 nodeGetCell(&tree, &node, ii, &cell);

Completed in 437 milliseconds

123456