Searched defs:tail (Results 1 – 10 of 10) sorted by relevance
/PHP-5.5/ext/pcntl/ |
H A D | php_pcntl.h | 70 struct php_pcntl_pending_signal *head, *tail, *spares; variable
|
/PHP-5.5/main/streams/ |
H A D | php_stream_filter_api.h | 59 php_stream_bucket *head, *tail; member 102 php_stream_filter *head, *tail; member
|
/PHP-5.5/Zend/ |
H A D | zend_llist.h | 39 zend_llist_element *tail; member
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | queue.h | 38 node *head, *tail, *cursor; member
|
/PHP-5.5/ext/spl/ |
H A D | spl_dllist.c | 76 spl_ptr_llist_element *tail; member 237 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_pop() local 267 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_last() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | cdf.c | 276 const void *p, size_t tail, int line) in cdf_check_stream_offset() 815 size_t ofs, tail = (i << 1) + 1; in cdf_read_property_info() local
|
/PHP-5.5/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 183 const char *tail; in sqlite_handle_preparer() local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | engine.c | 245 register unsigned char *tail; /* string unmatched by rest of RE */ local
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regexec.c | 2880 const UChar *tail; in bm_search_notrev() local 2935 const UChar *tail; in bm_search() local
|
/PHP-5.5/ext/imap/ |
H A D | php_imap.c | 672 void mail_free_foblist(FOBJECTLIST **foblist, FOBJECTLIST **tail) in mail_free_foblist() 738 void mail_free_messagelist(MESSAGELIST **msglist, MESSAGELIST **tail) in mail_free_messagelist()
|
Completed in 62 milliseconds