Searched defs:tail (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_5/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_5/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.h | 38 node *head, *tail, *cursor; member in struct:__anon495 84 #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL)
|
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 2880 const UChar *tail; local 2888 tail = target_end - 1; 2889 tlen1 = tail - target; 2899 t = tail; 2914 t = tail; 2935 const UChar *tail; local 2941 tail = target_end - 1; 2946 t = tail; 2957 t = tail;
|
| /PHP_5_5/Zend/ |
| H A D | zend_llist.h | 39 zend_llist_element *tail; member in struct:_zend_llist
|
| /PHP_5_5/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_5/ext/pcntl/ |
| H A D | php_pcntl.h | 70 struct php_pcntl_pending_signal *head, *tail, *spares; variable in typeref:struct:
|
| /PHP_5_5/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_5/main/streams/ |
| 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_5/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_5/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
|
Completed in 51 milliseconds