cursor 107 ext/date/lib/parse_date.c #define YYCURSOR cursor cursor 112 ext/date/lib/parse_date.c #define RET(i) {s->cur = cursor; return i;} cursor 123 ext/date/lib/parse_date.c #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++; } } cursor 125 ext/date/lib/parse_date.c #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str cursor 314 ext/date/lib/parse_date.c uchar *fill(Scanner *s, uchar *cursor){ cursor 321 ext/date/lib/parse_date.c cursor -= cnt; cursor 330 ext/date/lib/parse_date.c cursor = &buf[cursor - s->bot]; cursor 342 ext/date/lib/parse_date.c return cursor; cursor 816 ext/date/lib/parse_date.c uchar *cursor = s->cur; cursor 820 ext/date/lib/parse_date.c s->tok = cursor; cursor 2358 ext/date/lib/parse_date.c s->pos = cursor; s->line++; cursor 73 ext/date/lib/parse_iso_intervals.c #define YYCURSOR cursor cursor 78 ext/date/lib/parse_iso_intervals.c #define RET(i) {s->cur = cursor; return i;} cursor 82 ext/date/lib/parse_iso_intervals.c #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str cursor 251 ext/date/lib/parse_iso_intervals.c uchar *cursor = s->cur; cursor 255 ext/date/lib/parse_iso_intervals.c s->tok = cursor; cursor 400 ext/date/lib/parse_iso_intervals.c s->pos = cursor; s->line++; cursor 44 ext/dba/dba_db2.c DBC *cursor; cursor 93 ext/dba/dba_db2.c if (dba->cursor) cursor 94 ext/dba/dba_db2.c dba->cursor->c_close(dba->cursor); cursor 153 ext/dba/dba_db2.c if (dba->cursor) { cursor 154 ext/dba/dba_db2.c dba->cursor->c_close(dba->cursor); cursor 155 ext/dba/dba_db2.c dba->cursor = NULL; cursor 159 ext/dba/dba_db2.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0)) { cursor 161 ext/dba/dba_db2.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor)) { cursor 175 ext/dba/dba_db2.c if (dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) cursor 56 ext/dba/dba_db3.c DBC *cursor; cursor 107 ext/dba/dba_db3.c data->cursor = NULL; cursor 126 ext/dba/dba_db3.c if (dba->cursor) dba->cursor->c_close(dba->cursor); cursor 188 ext/dba/dba_db3.c if (dba->cursor) { cursor 189 ext/dba/dba_db3.c dba->cursor->c_close(dba->cursor); cursor 192 ext/dba/dba_db3.c dba->cursor = NULL; cursor 193 ext/dba/dba_db3.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { cursor 210 ext/dba/dba_db3.c if (dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) == 0) { cursor 70 ext/dba/dba_db4.c DBC *cursor; cursor 136 ext/dba/dba_db4.c data->cursor = NULL; cursor 155 ext/dba/dba_db4.c if (dba->cursor) dba->cursor->c_close(dba->cursor); cursor 231 ext/dba/dba_db4.c if (dba->cursor) { cursor 232 ext/dba/dba_db4.c dba->cursor->c_close(dba->cursor); cursor 235 ext/dba/dba_db4.c dba->cursor = NULL; cursor 236 ext/dba/dba_db4.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { cursor 257 ext/dba/dba_db4.c if (dba->cursor && dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) == 0) { cursor 27 ext/json/json_scanner.c #define YYCURSOR s->cursor cursor 49 ext/json/json_scanner.c size_t len = s->cursor - s->str_start - esc_size - 1; cursor 73 ext/json/json_scanner.c php_json_ctype *pc = s->cursor - start; cursor 87 ext/json/json_scanner.c s->cursor = (php_json_ctype *) str; cursor 98 ext/json/json_scanner.c s->token = s->cursor; cursor 238 ext/json/json_scanner.c if (s->limit < s->cursor) { cursor 277 ext/json/json_scanner.c s->str_start = s->cursor; cursor 303 ext/json/json_scanner.c size_t digits = (size_t) (s->cursor - s->token - negative); cursor 318 ext/json/json_scanner.c ZVAL_STRINGL(&s->value, (char *) s->token, s->cursor - s->token); cursor 627 ext/json/json_scanner.c size_t len = s->cursor - s->str_start - s->str_esc - 1; cursor 638 ext/json/json_scanner.c s->cursor = s->str_start; cursor 1060 ext/json/json_scanner.c switch (*s->cursor) { cursor 1079 ext/json/json_scanner.c esc = *s->cursor; cursor 1087 ext/json/json_scanner.c s->str_start = s->cursor; cursor 1194 ext/json/json_scanner.c s->str_start = s->cursor; cursor 1253 ext/json/json_scanner.c s->str_start = s->cursor; cursor 1296 ext/json/json_scanner.c s->str_start = s->cursor; cursor 1315 ext/json/json_scanner.c s->str_start = s->cursor; cursor 28 ext/json/php_json_scanner.h php_json_ctype *cursor; /* cursor position */ cursor 31 ext/pdo/pdo_sql_parser.c #define RET(i) {s->cur = cursor; return i; } cursor 35 ext/pdo/pdo_sql_parser.c #define YYCURSOR cursor cursor 46 ext/pdo/pdo_sql_parser.c char *cursor = s->cur; cursor 48 ext/pdo/pdo_sql_parser.c s->tok = cursor; cursor 67 ext/standard/html.c *cursor = pos + (advance); \ cursor 105 ext/standard/html.c size_t *cursor, cursor 108 ext/standard/html.c size_t pos = *cursor; cursor 356 ext/standard/html.c *cursor = pos; cursor 366 ext/standard/html.c size_t *cursor, cursor 369 ext/standard/html.c return get_next_char(cs_utf_8, str, str_len, cursor, status); cursor 1152 ext/standard/html.c size_t *cursor) cursor 1170 ext/standard/html.c size_t cursor_before = *cursor; cursor 1174 ext/standard/html.c if (!(*cursor < oldlen)) cursor 1177 ext/standard/html.c next_char = get_next_char(charset, old, oldlen, cursor, &status); cursor 1198 ext/standard/html.c *cursor = cursor_before; cursor 1228 ext/standard/html.c size_t cursor, maxlen, len; cursor 1281 ext/standard/html.c cursor = 0; cursor 1282 ext/standard/html.c while (cursor < oldlen) { cursor 1285 ext/standard/html.c cursor_before = cursor; cursor 1287 ext/standard/html.c unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); cursor 1310 ext/standard/html.c mbseqlen = cursor - cursor_before; cursor 1332 ext/standard/html.c &rep_len, old, oldlen, &cursor); cursor 1390 ext/standard/html.c if (old[cursor] == '#') { /* numeric entity */ cursor 1393 ext/standard/html.c char *pos = (char*)&old[cursor+1]; cursor 1401 ext/standard/html.c ent_len = pos - (char*)&old[cursor]; cursor 1404 ext/standard/html.c const char *start = (const char *) &old[cursor], cursor 1428 ext/standard/html.c memcpy(&ZSTR_VAL(replaced)[len], &old[cursor], ent_len); cursor 1431 ext/standard/html.c cursor += ent_len + 1; cursor 60 ext/standard/html.h PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, int *status); cursor 235 ext/standard/var_unserializer.c #define YYCURSOR cursor cursor 246 ext/standard/var_unserializer.c char cursor; cursor 259 ext/standard/var_unserializer.c cursor = (char)*p; cursor 260 ext/standard/var_unserializer.c if (cursor >= '0' && cursor <= '9') { cursor 261 ext/standard/var_unserializer.c result = result * 10 + (size_t)(cursor - (unsigned char)'0'); cursor 280 ext/standard/var_unserializer.c unsigned char cursor; cursor 288 ext/standard/var_unserializer.c cursor = *p; cursor 289 ext/standard/var_unserializer.c if (cursor >= '0' && cursor <= '9') { cursor 290 ext/standard/var_unserializer.c result = result * 10 + (size_t)(cursor - (unsigned char)'0'); cursor 498 ext/standard/var_unserializer.c const unsigned char *cursor, *limit, *marker, *start; cursor 502 ext/standard/var_unserializer.c cursor = *p; cursor 512 ext/standard/var_unserializer.c start = cursor; cursor 135 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->head; cursor 159 ext/xmlrpc/libxmlrpc/queue.c return(q && q->cursor == q->head); cursor 179 ext/xmlrpc/libxmlrpc/queue.c return(q && q->cursor == q->tail); cursor 241 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->head; cursor 243 ext/xmlrpc/libxmlrpc/queue.c return q->cursor->data; cursor 266 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->tail; cursor 268 ext/xmlrpc/libxmlrpc/queue.c return q->cursor->data; cursor 313 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->head; cursor 363 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->tail; cursor 405 ext/xmlrpc/libxmlrpc/queue.c q->head = q->tail = q->cursor = NULL; cursor 409 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->head; cursor 447 ext/xmlrpc/libxmlrpc/queue.c q->head = q->tail = q->cursor = NULL; cursor 451 ext/xmlrpc/libxmlrpc/queue.c q->cursor = q->tail; cursor 482 ext/xmlrpc/libxmlrpc/queue.c if(!q->cursor || q->cursor->next == NULL) cursor 485 ext/xmlrpc/libxmlrpc/queue.c q->cursor = (node *)q->cursor->next; cursor 487 ext/xmlrpc/libxmlrpc/queue.c return q->cursor->data ; cursor 512 ext/xmlrpc/libxmlrpc/queue.c if(q->cursor->prev == NULL) cursor 515 ext/xmlrpc/libxmlrpc/queue.c q->cursor = (node *)q->cursor->prev; cursor 517 ext/xmlrpc/libxmlrpc/queue.c return q->cursor->data; cursor 547 ext/xmlrpc/libxmlrpc/queue.c if (q->cursor == (node*)iter) { cursor 549 ext/xmlrpc/libxmlrpc/queue.c q->cursor = p; cursor 551 ext/xmlrpc/libxmlrpc/queue.c q->cursor = n; cursor 588 ext/xmlrpc/libxmlrpc/queue.c return Q_Iter_Del(q, (q_iter)q->cursor); cursor 637 ext/xmlrpc/libxmlrpc/queue.c if(q->cursor == NULL) cursor 639 ext/xmlrpc/libxmlrpc/queue.c return q->cursor->data; cursor 661 ext/xmlrpc/libxmlrpc/queue.c if(q->cursor == NULL) cursor 664 ext/xmlrpc/libxmlrpc/queue.c q->cursor->data = data; cursor 793 ext/xmlrpc/libxmlrpc/queue.c index = malloc(q->size * sizeof(q->cursor->data)); cursor 797 ext/xmlrpc/libxmlrpc/queue.c posn_index = malloc(q->size * sizeof(q->cursor)); cursor 808 ext/xmlrpc/libxmlrpc/queue.c posn_index[i] = q->cursor; cursor 915 ext/xmlrpc/libxmlrpc/queue.c q->cursor = posn_index[idx]; cursor 38 ext/xmlrpc/libxmlrpc/queue.h node *head, *tail, *cursor; cursor 37 ext/zip/zip_stream.c size_t cursor; cursor 73 ext/zip/zip_stream.c self->cursor += n; cursor 242 ext/zip/zip_stream.c self->cursor = 0; cursor 320 ext/zip/zip_stream.c self->cursor = 0; cursor 89 sapi/phpdbg/phpdbg_eol.c int in_len = *len, out_len, cursor, i; cursor 107 sapi/phpdbg/phpdbg_eol.c i = cursor = 0; cursor 110 sapi/phpdbg/phpdbg_eol.c out[cursor] = 0x0d; cursor 111 sapi/phpdbg/phpdbg_eol.c cursor++; cursor 112 sapi/phpdbg/phpdbg_eol.c out[cursor] = cur; cursor 115 sapi/phpdbg/phpdbg_eol.c out[cursor] = cur; cursor 116 sapi/phpdbg/phpdbg_eol.c cursor++; cursor 117 sapi/phpdbg/phpdbg_eol.c out[cursor] = 0x0a; cursor 120 sapi/phpdbg/phpdbg_eol.c out[cursor] = 0x0d; cursor 124 sapi/phpdbg/phpdbg_eol.c out[cursor] = cur; cursor 129 sapi/phpdbg/phpdbg_eol.c cursor++; cursor 148 sapi/phpdbg/phpdbg_eol.c i = cursor = 0; cursor 149 sapi/phpdbg/phpdbg_eol.c for (; cursor < in_len;) { cursor 151 sapi/phpdbg/phpdbg_eol.c out[cursor] = want; cursor 154 sapi/phpdbg/phpdbg_eol.c out[cursor] = want; cursor 157 sapi/phpdbg/phpdbg_eol.c out[cursor] = cur; cursor 161 sapi/phpdbg/phpdbg_eol.c cursor++; cursor 162 sapi/phpdbg/phpdbg_eol.c cur = in[cursor]; cursor 169 sapi/phpdbg/phpdbg_eol.c *str = erealloc(out, cursor); cursor 170 sapi/phpdbg/phpdbg_eol.c *len = cursor; cursor 17 sapi/phpdbg/phpdbg_lexer.c #define YYCURSOR LEX(cursor) cursor 29 sapi/phpdbg/phpdbg_lexer.h unsigned char *cursor;