Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1451 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1482 zend_bool recursive = 0; in SXE_METHOD() local
1506 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive in sxe_add_registered_namespaces()
1531 zend_bool recursive = 0, from_root = 1; in SXE_METHOD() local
/PHP-5.5/ext/standard/
H A Dftp_fopen_wrapper.c1039 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
H A Dfile.c1324 zend_bool recursive = 0; in PHP_FUNCTION() local
H A Darray.c2345 static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int rep… in php_array_merge_or_replace_wrapper()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c690 zend_bool recursive = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/dom/
H A Dnode.c1434 long recursive = 0; in PHP_FUNCTION() local
H A Ddocument.c1181 long recursive = 0; in PHP_FUNCTION() local
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1171 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1242 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive in get_framesize()
1424 …iler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, int stacktop, BOOL recursive) in init_frame()
H A Dpcre_internal.h2559 recursion_info *recursive; /* Linked list of recursion data */ member
2585 dfa_recursion_info *recursive; /* Linked list of recursion data */ member

Completed in 302 milliseconds