Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpack.c73 static int int_map[sizeof(int)]; variable
416 php_pack(argv[currentarg++], sizeof(int), int_map, &output[outputpos]); in PHP_FUNCTION()
831 v = php_unpack(&input[inputpos], sizeof(int), issigned, int_map); in PHP_FUNCTION()
949 int_map[i] = i; in PHP_MINIT_FUNCTION()
981 int_map[i] = size - (sizeof(int) - i); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h691 int *int_map; /* BM skip for exact_len > 255 */ member
H A Dregexec.c2896 if (IS_NULL(reg->int_map)) { in bm_search_notrev()
2919 skip = reg->int_map[*se]; in bm_search_notrev()
2943 if (IS_NULL(reg->int_map)) { in bm_search()
2962 s += reg->int_map[*s]; in bm_search()
H A Dregcomp.c4908 reg->map, &(reg->int_map)); in set_optimize_exact_info()
5187 if (IS_NOT_NULL(reg->int_map)) xfree(reg->int_map); in onig_free_body()
5506 (reg)->int_map = (int* )NULL; in onig_reg_init()

Completed in 34 milliseconds