| /PHP_5_3/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_3/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.h | 38 node *head, *tail, *cursor; member in struct:__anon471 84 #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL)
|
| /PHP_5_3/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
|
| /PHP_5_3/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_3/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_3/ext/pcntl/ |
| H A D | php_pcntl.h | 70 struct php_pcntl_pending_signal *head, *tail, *spares; variable in typeref:struct:
|
| /PHP_5_3/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_3/ext/sqlite/ |
| H A D | pdo_sqlite2.c | 86 const char *tail; local 95 S->einfo.errcode = sqlite_compile(S->H->db, stmt->active_query_string, &tail, &S->vm, &errmsg);
|
| H A D | sess_sqlite.c | 87 const char *tail; local 102 if (sqlite_compile(db, query, &tail, &vm, &error) != SQLITE_OK) {
|
| H A D | sqlite.c | 1871 const char *tail; local 1877 ret = sqlite_compile(db->db, sql, &tail, &res.vm, &errtext); 2000 const char **rowdata, **colnames, *tail; local 2024 db->last_err_code = sqlite_compile(db->db, sql, &tail, &res.vm, &errtext);
|
| /PHP_5_3/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_3/Zend/ |
| H A D | zend_llist.h | 39 zend_llist_element *tail; member in struct:_zend_llist
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_dllist.c | 75 spl_ptr_llist_element *tail; member in struct:_spl_ptr_llist 127 llist->tail = NULL; 167 current = llist->tail; 197 llist->tail = elem; 215 elem->prev = llist->tail; 218 if (llist->tail) { 219 llist->tail->next = elem; 224 llist->tail = elem; 236 spl_ptr_llist_element *tail = llist->tail; local 266 spl_ptr_llist_element *tail = llist->tail; local [all...] |