Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dpack.c73 static int int_map[sizeof(int)]; variable
405 php_pack(argv[currentarg++], sizeof(int), int_map, &output[outputpos]); in PHP_FUNCTION()
775 v = php_unpack(&input[inputpos], sizeof(int), issigned, int_map); in PHP_FUNCTION()
893 int_map[i] = i; in PHP_MINIT_FUNCTION()
925 int_map[i] = size - (sizeof(int) - i); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c4701 reg->map, &(reg->int_map)); in set_optimize_exact_info()
4979 if (IS_NOT_NULL(reg->int_map)) xfree(reg->int_map); in onig_free_body()
5096 if (from->int_map) {
5098 reg->int_map = (int* )xmalloc(size);
5099 if (IS_NULL(reg->int_map)) goto mem_error;
5100 xmemcpy(reg->int_map, from->int_map, size);
5371 (*reg)->int_map = (int* )NULL; in onig_alloc_init()
H A Dregexec.c3083 if (IS_NULL(reg->int_map)) { in bm_search_notrev()
3108 skip = reg->int_map[*se]; in bm_search_notrev()
3132 if (IS_NULL(reg->int_map)) { in bm_search()
3151 s += reg->int_map[*s]; in bm_search()
H A Doniguruma.h774 int *int_map; /* BM skip for exact_len > 255 */ member

Completed in 34 milliseconds