Home
last modified time | relevance | path

Searched refs:prev (Results 76 – 90 of 90) sorted by relevance

1234

/PHP-7.0/ext/session/
H A Dsession.c1383 if (current->prev) {
1384 current->prev->next = next;
1389 next->prev = current->prev;
1391 l->tail = current->prev;
/PHP-7.0/ext/xml/
H A Dcompat.c27 void *prev; member
/PHP-7.0/ext/mbstring/oniguruma/
H A Doniguruma.h347 …th_prev P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar** prev));
H A DHISTORY1621 prev. /(?:()|()){0,10}\1\2/ =~ "" ==> FAIL
/PHP-7.0/build/
H A Dlibtool.m4524 prev=:
531 prev="$cmd"
534 if test "$prev" != 'sed 50q "[$]0"'; then
535 echo_test_string=`eval $prev`
3880 prev=$p
3883 prev=
3893 _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3895 …C_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3903 _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3905 _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c225 struct backtrack_common *prev; member
5936 backtrack->prev = parent->top; \
5949 backtrack->prev = parent->top; \
6295 recurse_entry *prev = NULL; in compile_recurse_matchingpath() local
6315 prev = entry; in compile_recurse_matchingpath()
6329 if (prev != NULL) in compile_recurse_matchingpath()
6330 prev->next = entry; in compile_recurse_matchingpath()
7033 parent->top = backtrack->prev; in compile_bracket_matchingpath()
9658 current = current->prev; in compile_backtrackingpath()
10153 SLJIT_ASSERT(rootbacktrack.prev == NULL); in PRIV()
H A Dpcre_compile.c1801 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_fixedlength()
1804 this_recurse.prev = recurses; in find_fixedlength()
2453 for (r = recurses; r != NULL; r = r->prev) in could_be_empty_branch()
2462 this_recurse.prev = recurses; in could_be_empty_branch()
H A Dpcre_internal.h2475 struct recurse_check *prev; member
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1084 if (node->children != NULL || node->prev != NULL || node->next != NULL) { in sxe_prop_is_empty()
1207 if (node->children != NULL || node->prev != NULL || node->next != NULL) { in sxe_get_prop_hash()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c21239 u32 prev = mem3.aPool[i].u.list.prev; in memsys3UnlinkFromList() local
21247 mem3.aPool[next].u.list.prev = prev; in memsys3UnlinkFromList()
21426 i = prev; in memsys3Merge()
21936 prev = MEM5LINK(i)->prev; in memsys5Unlink()
21943 MEM5LINK(next)->prev = prev; in memsys5Unlink()
28759 pNew->prev = pHead->prev;
28760 if( pHead->prev ){ pHead->prev->next = pNew; }
28864 elem->next->prev = elem->prev;
149745 pNew->prev = pHead->prev;
149746 if( pHead->prev ){ pHead->prev->next = pNew; }
[all …]
/PHP-7.0/ext/soap/
H A Dsoap.c112 while (EG(vm_stack)->prev != NULL && \
115 zend_vm_stack tmp = EG(vm_stack)->prev; \
H A Dphp_encoding.c3166 ret->prev = parent->last; in to_xml_any()
/PHP-7.0/ext/standard/
H A Darray.c1148 PHP_FUNCTION(prev) in PHP_FUNCTION() argument
H A Dbasic_functions.c3286 PHP_FE(prev, arginfo_prev)
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch269 mlist->next = mlist->prev = mlist;

Completed in 581 milliseconds

1234