Home
last modified time | relevance | path

Searched refs:top (Results 51 – 75 of 112) sorted by relevance

12345

/PHP-5.5/ext/ldap/tests/
H A Dconnect.inc26 "top",
H A Dldap_mod_add_error.phpt31 "top",
H A Dldap_modify_error.phpt31 "top",
H A Dldap_modify_batch_error.phpt40 "top",
/PHP-5.5/sapi/apache/
H A Dphp_apache.c439 zend_bool top=0; in PHP_FUNCTION() local
443 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top)… in PHP_FUNCTION()
447 while(top) { in PHP_FUNCTION()
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c187 int top, left; in gdImageCreateFromGifCtx() local
219 top = LM_to_uint(buf[2], buf[3]); in gdImageCreateFromGifCtx()
223 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-5.5/main/
H A Dmergesort.c248 #define reverse(bot, top) { \ argument
249 s = top; \
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc90 public function top()
143 /** Rewind to top iterator as set in constructor
H A Dsplobjectstorage.inc28 /** Rewind to top iterator as set in constructor
H A Drecursiveiteratoriterator.inc60 /** Rewind to top iterator as set in constructor
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c273 stack->top = stack->base; in sljit_allocate_stack()
H A DsljitLir.h1140 sljit_uw top; member
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1068 register cset *top = &p->g->sets[p->g->ncsets]; local
1073 if (cs == top-1) /* recover only the easy case */
1094 register cset *top = &p->g->sets[p->g->ncsets]; local
1099 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1109 if (cs2 < top) { /* found one */
/PHP-5.5/Zend/
H A Dzend.c1001 if (CG(stack).top) { \
1003 CG(stack).top = CG(stack).max = 0; \
1006 stack.top = 0; \
1011 if (stack.top) { \
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c228 struct backtrack_common *top; member
5936 backtrack->prev = parent->top; \
5938 parent->top = backtrack; \
5951 parent->top = backtrack; \
6565 altbacktrack.top = NULL; in compile_assert_matchingpath()
7033 parent->top = backtrack->prev; in compile_bracket_matchingpath()
7676 backtrack->top = NULL; in compile_bracketpos_matchingpath()
9092 current->top = NULL; in compile_bracket_backtrackingpath()
9363 current->top = NULL; in compile_braminzero_backtrackingpath()
9713 altbacktrack.top = NULL; in compile_recurse()
[all …]
/PHP-5.5/
H A DREADME.MAILINGLIST_RULES67 3. Do not top post. Place your answer underneath anyone you wish to quote
H A DREADME.UNIX-BUILD-SYSTEM95 absolute paths or relative ones to the top build-directory.
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c5426 parse_branch(Node** top, OnigToken* tok, int term, in parse_branch() argument
5432 *top = NULL; in parse_branch()
5437 *top = node; in parse_branch()
5440 *top = node_new_list(node, NULL); in parse_branch()
5441 headp = &(NCDR(*top)); in parse_branch()
5463 parse_subexp(Node** top, OnigToken* tok, int term, in parse_subexp() argument
5469 *top = NULL; in parse_subexp()
5477 *top = node; in parse_subexp()
5480 *top = onig_node_new_alt(node, NULL); in parse_subexp()
5481 headp = &(NCDR(*top)); in parse_subexp()
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt270 …if ( !$fast_output) echo "<tr><td rowspan='$rows' valign='top'>$num</td><th colspan='2'>$file</th>…
340 $tab2 .= "<tr><td rowspan='$len' valign='top'>$num</td></tr>\n";
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h310 char *top; member
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1812 zend_bool top=0; in PHP_FUNCTION() local
1816 …e_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top) == FAILURE) { in PHP_FUNCTION()
1820 while(top) { in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c4693 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4700 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
4714 THREADNODE *top; in PHP_FUNCTION() local
4725 top = mail_thread(imap_le_struct->imap_stream, "REFERENCES", NIL, pgm, flags); in PHP_FUNCTION()
4730 if(top == NIL) { in PHP_FUNCTION()
4736 if(build_thread_tree(top, &return_value) == FAILURE) { in PHP_FUNCTION()
4737 mail_free_threadnode(&top); in PHP_FUNCTION()
4740 mail_free_threadnode(&top); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c645 SPL_METHOD(SplDoublyLinkedList, top) in SPL_METHOD() argument
1372 SPL_ME(SplDoublyLinkedList, top, arginfo_dllist_void, ZEND_ACC_PUBLIC)

Completed in 152 milliseconds

12345