Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/simplexml/
H A Dsimplexml.c1414 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1445 zend_bool recursive = 0; in SXE_METHOD() local
1469 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive in sxe_add_registered_namespaces()
1494 zend_bool recursive = 0; in SXE_METHOD() local
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.h148 #define sqliteBtreePageDump(pBt, pgno, recursive)\ argument
H A Dbtree.c3034 static int fileBtreePageDump(Btree *pBt, int pgno, int recursive){ in fileBtreePageDump()
/PHP-5.3/ext/standard/
H A Dftp_fopen_wrapper.c1040 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
H A Dfile.c1423 zend_bool recursive = 0; in PHP_FUNCTION() local
H A Darray.c2358 static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int rep… in php_array_merge_or_replace_wrapper()
/PHP-5.3/ext/ftp/
H A Dphp_ftp.c690 zend_bool recursive = 0; in PHP_FUNCTION() local
/PHP-5.3/main/streams/
H A Dplain_wrapper.c1176 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
/PHP-5.3/ext/dom/
H A Dnode.c1434 long recursive = 0; in PHP_FUNCTION() local
H A Ddocument.c1180 long recursive = 0; in PHP_FUNCTION() local
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h2503 recursion_info *recursive; /* Linked list of recursion data */ member
2529 dfa_recursion_info *recursive; /* Linked list of recursion data */ member

Completed in 82 milliseconds