Home
last modified time | relevance | path

Searched refs:yy_buf_size (Results 1 – 4 of 4) sorted by relevance

/xen/tools/libxl/
A Dlibxlu_cfg_l.c462 int yy_buf_size; member
1402 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer()
1415 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer()
1418 b->yy_buf_size += b->yy_buf_size / 8; in yy_get_next_buffer()
1420 b->yy_buf_size *= 2; in yy_get_next_buffer()
1425 (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_get_next_buffer()
1437 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1479 YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); in yy_get_next_buffer()
1715 b->yy_buf_size = size; in yy_create_buffer()
1929 b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ in yy_scan_buffer()
[all …]
A Dlibxlu_disk_l.c420 int yy_buf_size; member
2029 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer()
2068 if ((yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { in yy_get_next_buffer()
2076 YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); in yy_get_next_buffer()
2300 b->yy_buf_size = size; in yy_create_buffer()
2305 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
2514 b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ in yy_scan_buffer()
2518 b->yy_n_chars = b->yy_buf_size; in yy_scan_buffer()
A Dlibxlu_disk_l.h373 int yy_buf_size; member
A Dlibxlu_cfg_l.h396 int yy_buf_size; member

Completed in 14 milliseconds