| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 5485 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} 5495 ** the content of a cursor structure to suit its own needs. 5497 ** This superclass exists in order to define fields of the cursor that 5501 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ 8031 BtCursor *pCursor /* Space to write cursor structure */ 9875 ** when the VDBE cursor to the table is closed. In this case Table.tnum 9876 ** refers VDBE cursor number that holds the table open, not to the root 10215 ** the integer cursor number of a VDBE cursor pointing to that table and 10277 int iTable; /* TK_COLUMN: cursor numbe [all...] |
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.c | 85 * /x found it, queue cursor now at correct record x/ 135 q->cursor = q->head; 147 ** purpose : tests if cursor is at head of queue 159 return(q && q->cursor == q->head); 167 ** purpose : boolean test if cursor at tail of queue 179 return(q && q->cursor == q->tail); 226 ** purpose : position queue cursor to first element (head) of queue. 241 q->cursor = q->head; 243 return q->cursor->data; 251 ** purpose : locate cursor a [all...] |
| H A D | queue.h | 38 node *head, *tail, *cursor; member in struct:__anon495
|
| /PHP_TRUNK/ext/zip/ |
| H A D | zip_stream.c | 22 size_t cursor; member in struct:php_zip_stream_data_t 50 self->cursor += n; 219 self->cursor = 0; 298 self->cursor = 0;
|
| /PHP_TRUNK/ext/dba/ |
| H A D | dba_db2.c | 44 DBC *cursor; member in struct:__anon48 93 if (dba->cursor) 94 dba->cursor->c_close(dba->cursor); 153 if (dba->cursor) { 154 dba->cursor->c_close(dba->cursor); 155 dba->cursor = NULL; 159 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, [all...] |
| H A D | dba_db3.c | 53 DBC *cursor; member in struct:__anon49 99 data->cursor = NULL; 118 if (dba->cursor) dba->cursor->c_close(dba->cursor); 180 if (dba->cursor) { 181 dba->cursor->c_close(dba->cursor); 184 dba->cursor = NULL; 185 if (dba->dbp->cursor(db [all...] |
| H A D | dba_db4.c | 71 DBC *cursor; member in struct:__anon50 137 data->cursor = NULL; 156 if (dba->cursor) dba->cursor->c_close(dba->cursor); 232 if (dba->cursor) { 233 dba->cursor->c_close(dba->cursor); 236 dba->cursor = NULL; 237 if (dba->dbp->cursor(db [all...] |
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_sql_parser.c | 32 #define RET(i) {s->cur = cursor; return i; } 36 #define YYCURSOR cursor 47 char *cursor = s->cur; local 49 s->tok = cursor;
|
| H A D | pdo_sql_parser.re | 30 #define RET(i) {s->cur = cursor; return i; } 34 #define YYCURSOR cursor 45 char *cursor = s->cur; 47 s->tok = cursor;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | html.h | 60 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, int *status);
|
| H A D | html.c | 67 *cursor = pos + (advance); \ 93 size_t *cursor, 96 size_t pos = *cursor; 344 *cursor = pos; 354 size_t *cursor, 357 return get_next_char(cs_utf_8, str, str_len, cursor, status); 1140 size_t *cursor) 1158 size_t cursor_before = *cursor; 1162 if (!(*cursor < oldlen)) 1165 next_char = get_next_char(charset, old, oldlen, cursor, 89 get_next_char( enum entity_charset charset, const unsigned char *str, size_t str_len, size_t *cursor, int *status) argument 351 php_next_utf8_char( const unsigned char *str, size_t str_len, size_t *cursor, int *status) argument 1132 find_entity_for_char( unsigned int k, enum entity_charset charset, const entity_stage1_row *table, const unsigned char **entity, size_t *entity_len, unsigned char *old, size_t oldlen, size_t *cursor) argument 1216 size_t cursor, maxlen, len; local [all...] |
| H A D | var_unserializer.c | 199 #define YYCURSOR cursor 211 char cursor; local 224 cursor = (char)*p; 225 if (cursor >= '0' && cursor <= '9') { 226 result = result * 10 + (size_t)(cursor - (unsigned char)'0'); 245 unsigned char cursor; local 253 cursor = *p; 254 if (cursor >= '0' && cursor < 416 const unsigned char *cursor, *limit, *marker, *start; local [all...] |
| H A D | var_unserializer.re | 197 #define YYCURSOR cursor 215 char cursor; 228 cursor = (char)*p; 229 if (cursor >= '0' && cursor <= '9') { 230 result = result * 10 + (size_t)(cursor - (unsigned char)'0'); 249 unsigned char cursor; 257 cursor = *p; 258 if (cursor >= '0' && cursor < [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 67 #define YYCURSOR cursor 72 #define RET(i) {s->cur = cursor; return i;} 76 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str 245 uchar *cursor = s->cur; local 249 s->tok = cursor; 404 s->pos = cursor; s->line++; 1042 /* init cursor */
|
| H A D | parse_iso_intervals.re | 65 #define YYCURSOR cursor 70 #define RET(i) {s->cur = cursor; return i;} 74 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str 243 uchar *cursor = s->cur; 247 s->tok = cursor; 384 s->pos = cursor; s->line++; 436 /* init cursor */
|
| H A D | parse_date.c | 102 #define YYCURSOR cursor 107 #define RET(i) {s->cur = cursor; return i;} 118 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, "Double timezone specification") : add_warning(s, "Double timezone specification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->time->have_zone++; } } 120 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str 309 uchar *fill(Scanner *s, uchar *cursor){ 316 cursor -= cnt; 325 cursor = &buf[cursor - s->bot]; 337 return cursor; 833 uchar *cursor local [all...] |
| H A D | parse_date.re | 100 #define YYCURSOR cursor 105 #define RET(i) {s->cur = cursor; return i;} 116 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, "Double timezone specification") : add_warning(s, "Double timezone specification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->time->have_zone++; } } 118 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str 307 uchar *fill(Scanner *s, uchar *cursor){ 314 cursor -= cnt; 323 cursor = &buf[cursor - s->bot]; 335 return cursor; 831 uchar *cursor [all...] |