| /PHP_5_4/ext/bcmath/libbcmath/ |
| H A D | configure | 1805 rm -f conftest.tail 1819 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 1821 mv conftest.tail conftest.vals
|
| /PHP_5_4/ext/ereg/regex/ |
| H A D | engine.c | 245 register unsigned char *tail; /* string unmatched by rest of RE */ local 299 tail = slow(m, rest, stop, es, stopst); 300 if (tail == stop) 323 tail = slow(m, rest, stop, es, stopst); 324 if (tail == stop) 359 tail = slow(m, rest, stop, es, stopst); 360 if (tail == stop)
|
| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.c | 134 q->head = q->tail = NULL; 167 ** purpose : boolean test if cursor at tail of queue 179 return(q && q->cursor == q->tail); 251 ** purpose : locate cursor at tail of queue. 255 ** returns : pointer to data at tail , if queue IsEmpty returns NULL 266 q->cursor = q->tail; 303 q->tail = q->head; 328 ** purpose : put a data element pointer at the tail of the queue 348 p = q->tail; 349 q->tail [all...] |
| H A D | queue.h | 38 node *head, *tail, *cursor; member in struct:__anon482 84 #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL)
|
| /PHP_5_4/win32/build/ |
| H A D | Makefile | 194 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 3067 const UChar *tail; local 3075 tail = target_end - 1; 3076 tlen1 = tail - target; 3086 t = tail; 3102 t = tail; 3124 const UChar *tail; local 3130 tail = target_end - 1; 3135 t = tail; 3146 t = tail;
|
| /PHP_5_4/Zend/ |
| H A D | zend_llist.c | 29 l->tail = NULL; 41 tmp->prev = l->tail; 43 if (l->tail) { 44 l->tail->next = tmp; 48 l->tail = tmp; 64 l->tail = tmp; 82 (l)->tail = (current)->prev;\ 127 l->head = l->tail = NULL; 136 if ((old_tail = l->tail)) { 145 l->tail [all...] |
| H A D | zend_llist.h | 39 zend_llist_element *tail; member in struct:_zend_llist
|
| H A D | zend_compile.c | 5616 (*((int *)CG(dimension_llist).tail->data))++; 5630 (*((int *)CG(dimension_llist).tail->data))++;
|
| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 672 void mail_free_foblist(FOBJECTLIST **foblist, FOBJECTLIST **tail) argument 685 *tail = NIL; 738 void mail_free_messagelist(MESSAGELIST **msglist, MESSAGELIST **tail) argument 747 *tail = NIL;
|
| /PHP_5_4/ext/pcntl/ |
| H A D | pcntl.c | 494 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; 1220 * the head and tail */ 1221 if (PCNTL_G(head) && PCNTL_G(tail)) { 1222 PCNTL_G(tail)->next = psig; 1226 PCNTL_G(tail) = psig;
|
| H A D | php_pcntl.h | 70 struct php_pcntl_pending_signal *head, *tail, *spares; variable in typeref:struct:
|
| /PHP_5_4/ext/pdo_sqlite/ |
| H A D | sqlite_driver.c | 183 const char *tail; local 196 i = sqlite3_prepare(H->db, sql, sql_len, &S->stmt, &tail);
|
| /PHP_5_4/main/ |
| H A D | SAPI.c | 612 l->tail = current->prev;
|
| /PHP_5_4/main/streams/ |
| H A D | filter.c | 200 brigade->tail = bucket; 208 if (brigade->tail == bucket) { 212 bucket->prev = brigade->tail; 215 if (brigade->tail) { 216 brigade->tail->next = bucket; 220 brigade->tail = bucket; 234 bucket->brigade->tail = bucket->prev; 324 chain->tail = filter; 341 filter->prev = chain->tail; 343 if (chain->tail) { [all...] |
| H A D | php_stream_filter_api.h | 59 php_stream_bucket *head, *tail; member in struct:_php_stream_bucket_brigade 102 php_stream_filter *head, *tail; member in struct:_php_stream_filter_chain
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_dllist.c | 78 spl_ptr_llist_element *tail; member in struct:_spl_ptr_llist 130 llist->tail = NULL; 170 current = llist->tail; 200 llist->tail = elem; 218 elem->prev = llist->tail; 221 if (llist->tail) { 222 llist->tail->next = elem; 227 llist->tail = elem; 239 spl_ptr_llist_element *tail = llist->tail; local 269 spl_ptr_llist_element *tail = llist->tail; local [all...] |
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 276 const void *p, size_t tail, int line) 279 const char *e = ((const char *)p) + tail; 275 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, const void *p, size_t tail, int line) argument
|