| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 188 - p_ere - ERE parser top level, concatenation and alternation 396 - p_bre - BRE parser top level, anchoring and concatenation 1060 register cset *top = &p->g->sets[p->g->ncsets]; local 1065 if (cs == top-1) /* recover only the easy case */ 1086 register cset *top = &p->g->sets[p->g->ncsets]; local 1091 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) 1101 if (cs2 < top) { /* found one */
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 2167 ** evaluated outside of any trigger. This is the "top level" 2168 ** trigger context. If a trigger fires from the top level, a 2179 ** ^Thus, when called from the top level, this function returns the 2181 ** that also occurred at the top level. ^(Within the body of a trigger, 2803 ** top-level SQL code. 12501 ** VDBE. This information used to all be at the top of the single 48672 int top; /* First byte of cell content area */ local 48838 int top; local 48910 int top; /* First byte of the cell content area */ local [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 185 int top, left; local 217 top = LM_to_uint(buf[2], buf[3]); 221 if (left + width > screen_width || top + height > screen_height) {
|
| /PHP_TRUNK/ext/json/ |
| H A D | JSON_parser.h | 15 int top; member in struct:JSON_parser_struct
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 1091 , OnigStackType* top, OnigStackType* stk_base 1100 k = top; 1090 backref_match_at_nested_level(regex_t* reg , OnigStackType* top, OnigStackType* stk_base , int ignore_case, int case_fold_flag , int nest, int mem_num, UChar* memp, UChar** s, const UChar* send) argument
|
| H A D | regparse.c | 4499 static int parse_subexp(Node** top, OnigToken* tok, int term, 5426 parse_branch(Node** top, OnigToken* tok, int term, argument 5432 *top = NULL; 5437 *top = node; 5440 *top = node_new_list(node, NULL); 5441 headp = &(NCDR(*top)); 5463 parse_subexp(Node** top, OnigToken* tok, int term, argument 5469 *top = NULL; 5477 *top = node; 5480 *top 5507 parse_regexp(Node** top, UChar** src, UChar* end, ScanEnv* env) argument [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute.h | 160 void **top; member in struct:_zend_vm_stack 171 EG(argument_stack)->end - EG(argument_stack)->top)) { \ 179 page->top = ZEND_VM_STACK_ELEMETS(page); 180 page->end = page->top + count; 210 return EG(argument_stack)->top; 215 *(EG(argument_stack)->top++) = ptr; 220 void *el = *(--EG(argument_stack)->top); 233 int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1))) / sizeof(void*); 236 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { 239 void **old_top = EG(argument_stack)->top; [all...] |
| H A D | zend_ptr_stack.h | 26 int top, max; member in struct:_zend_ptr_stack 47 if (stack->top+count > stack->max) { \ 51 } while (stack->top+count > stack->max); \ 53 stack->top_element = stack->elements+stack->top; \ 64 stack->top += ZEND_PTR_STACK_NUM_ARGS; 78 stack->top += ZEND_PTR_STACK_NUM_ARGS; 90 stack->top -= 3; 97 stack->top -= 2; 104 stack->top++; 110 stack->top [all...] |
| H A D | zend_stack.h | 26 int top, max; member in struct:_zend_stack
|
| H A D | zend_objects_API.h | 53 zend_uint top; member in struct:_zend_objects_store
|
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 911 options and the value for this one conflicts, simply make PHP_EXPUNGE higher at the top of 4694 static int build_thread_tree(THREADNODE *top, zval **tree) argument 4701 build_thread_tree_helper(top, *tree, &numNodes, buf); 4715 THREADNODE *top; local 4726 top = mail_thread(imap_le_struct->imap_stream, "REFERENCES", NIL, pgm, flags); 4731 if(top == NIL) { 4737 if(build_thread_tree(top, &return_value) == FAILURE) { 4738 mail_free_threadnode(&top); 4741 mail_free_threadnode(&top);
|
| /PHP_TRUNK/sapi/apache/ |
| H A D | php_apache.c | 439 zend_bool top=0; local 443 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top) == FAILURE) { 447 while(top) {
|
| /PHP_TRUNK/sapi/apache_hooks/ |
| H A D | mod_php5.c | 58 int top, max, persistent; member in struct:_sapi_stack 117 stack->top = 0; 129 if (stack->top >= stack->max) { /* we need to allocate more memory */ 136 stack->elements[stack->top] = (void *) element; 137 return stack->top++; 140 if(stack->top == 0) { 144 return stack->elements[--stack->top]; 159 for (i=stack->top-1; i>=0; i--) { 164 for (i=0; i<stack->top; i++) { 179 for (i=stack->top [all...] |
| H A D | php_apache.c | 1812 zend_bool top=0; local 1816 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top) == FAILURE) { 1820 while(top) {
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 1218 int i, bot, top; local 1261 top = PRIV(utt_size); 1263 while (bot < top) 1266 i = (bot + top) >> 1; 1274 if (r > 0) bot = i + 1; else top = i; 1363 top-level call starts at the beginning of the pattern. All other calls must 4046 they are encountered at the top level, so we'll do that too. */ 6471 during the pre-compile. However, this can happen only at top level - if
|
| H A D | pcre_get.c | 81 int top, bot; local 85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) 87 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; 95 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) 97 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; 105 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) 107 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; 116 while (top > bot) 118 int mid = (top + bot) / 2; 123 if (c > 0) bot = mid + 1; else top 164 int top, bot; local [all...] |
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_heap.c | 278 spl_ptr_heap_element top; local 285 top = heap->elements[0]; 310 heap->dtor(top TSRMLS_CC); 311 return top; 640 extract the element out of the top of the heap */ 702 extract the element out of the top of the priority queue */ 744 /* {{{ proto mixed SplPriorityQueue::top() U 745 Peek at the top element of the priority queue */ 746 SPL_METHOD(SplPriorityQueue, top) 831 /* {{{ proto mixed SplHeap::top() [all...] |
| /PHP_TRUNK/ext/opcache/ |
| H A D | ZendAccelerator.h | 299 char *top; member in struct:_zend_accel_shared_globals::__anon1
|
| /PHP_TRUNK/ext/wddx/ |
| H A D | wddx.c | 96 int top, max; member in struct:__anon3 177 stack->top = 0; 191 if (stack->top >= stack->max) { /* we need to allocate more memory */ 195 stack->elements[stack->top] = (void *) emalloc(size); 196 memcpy(stack->elements[stack->top], element, size); 197 return stack->top++; 205 if (stack->top > 0) { 206 *element = stack->elements[stack->top - 1]; 219 if (stack->top == 0) { 234 for (i = 0; i < stack->top; [all...] |