Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 18 of 18) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN.ja33 'n'がTAGのときは、そのTAGのcalloutのslot 0の値が使用される
34 'c'引数の値によって、slot 0の値が変化する
40 slot 0: '>': 前進回数, '<': 後退回数, 'X': 成功回数(デフォルト)
48 'c'引数の値によって、slot 0の値が変化する
52 slot 0: '>': 前進回数(デフォルト), '<': 後退回数, 'X': 成功回数
53 slot 1: 前進回数
54 slot 2: 後退回数
72 slot 1: 前進回数
73 slot 2: 後退回数
84 x, yがTAGのときにはそのcalloutのslot 0の値が参照される
[all …]
H A DCALLOUTS.API.ja264 一個の呼び出しに対する各値の領域は、"スロット"(slot)番号(0 - 4)によって示される。
270 callout_num/slotによって示された呼び出しスロットに対するデータの値/型を返す。
277 # int onig_get_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType* type, O…
279 自分自身の呼び出しのslotによって示されたスロットに対するデータの値/型を返す。
288 callout_num/slotによって示された呼び出しスロットに対する値/型をセットする。。
294 # int onig_set_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType type, On…
296 自分自身の呼び出しのslotによって示されたスロットに対する値/型をセットする。。
321 callout_num/slotによって示された呼び出しスロットに対するデータの値/型を返す。
330 tag/slotによって示された呼び出しスロットに対するデータの値/型を返す。
339 callout_num/slotによって示された呼び出しスロットに対する値/型をセットする。。
[all …]
H A DCALLOUTS.BUILTIN34 If 'n' type is tag, slot 0 value of the tag are used.
35 Depends on 'c' argument, the slot 0 value changes.
44 slot 0: '>': progress count, '<': retraction count, 'X': success count (default)
52 Depends on 'c' argument, the slot 0 value changes.
56 slot 0: '>': progress count (default), '<': retraction count, 'X': success count
57 slot 1: progress count
58 slot 2: retraction count
74 slot 1: progress count
75 slot 2: retraction count
86 If x and y types are tag, slot 0 value of the tag are used.
[all …]
H A DCALLOUTS.API267 Each value area in a callout is indicated by "slot" number (0 - 4).
273 Returns the callout data value/type for a callout slot indicated by
274 callout_num/slot.
292 Set the callout data value/type for a callout slot indicated by callout_num/slot.
298 # int onig_set_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType type, On…
300 Set self callout data value/type for a callout slot indicated by slot.
323 Returns the callout data value/type for a callout slot indicated by
324 callout_num/slot.
333 Returns the callout data value/type for a callout slot indicated by tag/slot.
342 Set the callout data value/type for a callout slot indicated by callout_num/slot.
[all …]
/PHP-7.3/ext/session/
H A Dmod_mm.c113 uint32_t hv, slot; in ps_sd_new() local
127 slot = hv & data->hash_max; in ps_sd_new()
136 sd->next = data->hash[slot]; in ps_sd_new()
137 data->hash[slot] = sd; in ps_sd_new()
154 uint32_t slot; in ps_sd_destroy() local
158 if (data->hash[slot] == sd) { in ps_sd_destroy()
159 data->hash[slot] = sd->next; in ps_sd_destroy()
179 uint32_t hv, slot; in ps_sd_lookup() local
183 slot = hv & data->hash_max; in ps_sd_lookup()
197 ret->next = data->hash[slot]; in ps_sd_lookup()
[all …]
/PHP-7.3/Zend/
H A Dzend_execute.h356 slot[0] = (ce); \
357 slot[1] = (ptr); \
360 #define CACHED_PTR_EX(slot) \ argument
361 (slot)[0]
363 #define CACHE_PTR_EX(slot, ptr) do { \ argument
364 (slot)[0] = (ptr); \
367 #define CACHED_POLYMORPHIC_PTR_EX(slot, ce) \ argument
368 (EXPECTED((slot)[0] == (ce)) ? (slot)[1] : NULL)
370 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument
371 (slot)[0] = (ce); \
[all …]
H A Dzend_opcode.c562 uint32_t slot = ZEND_MM_ALIGNED_SIZE_EX(op_array->cache_size, 8); in pass_two() local
563 Z_CACHE_SLOT_P(val) = slot; in pass_two()
H A Dzend_object_handlers.c1000 zval *slot = OBJ_PROP(zobj, property_offset); in zend_std_unset_property() local
1002 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1003 zval_ptr_dtor(slot); in zend_std_unset_property()
1004 ZVAL_UNDEF(slot); in zend_std_unset_property()
H A Dzend_API.c1233 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex() local
1234 ZVAL_COPY_VALUE(slot, prop); in object_properties_init_ex()
1235 ZVAL_INDIRECT(prop, slot); in object_properties_init_ex()
1274 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load() local
1275 zval_ptr_dtor(slot); in object_properties_load()
1276 ZVAL_COPY_VALUE(slot, prop); in object_properties_load()
1277 zval_add_ref(slot); in object_properties_load()
1279 ZVAL_INDIRECT(&tmp, slot); in object_properties_load()
/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php571 $slot = hashInt($d, $k) % $tableSize;
572 if (isset($table[$slot]) || isset($used[$slot])) {
578 $used[$slot] = true;
604 $slot = $freeSlots[$freeIdx++];
605 $table[$slot] = $elem;
608 $gTable[$g] = -$slot;
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniguruma.h955 …, OnigMatchParam* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType* type, On…
957 …, OnigMatchParam* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType type, Oni…
997 …ont_clear_old P_((OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType* type, On…
999 int onig_get_callout_data_by_callout_args_self_dont_clear_old P_((OnigCalloutArgs* args, int slot, …
1001 int onig_get_callout_data P_((OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigTyp…
1003 int onig_get_callout_data_by_callout_args P_((OnigCalloutArgs* args, int callout_num, int slot, Oni…
1005 int onig_get_callout_data_by_callout_args_self P_((OnigCalloutArgs* args, int slot, OnigType* type,…
1007 int onig_set_callout_data P_((OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigTyp…
1009 int onig_set_callout_data_by_callout_args P_((OnigCalloutArgs* args, int callout_num, int slot, Oni…
1011 int onig_set_callout_data_by_callout_args_self P_((OnigCalloutArgs* args, int slot, OnigType type, …
H A Dregexec.c1389 t = d->slot[slot].type; in onig_get_callout_data_dont_clear_old()
1391 if (IS_NOT_NULL(val)) *val = d->slot[slot].val; in onig_get_callout_data_dont_clear_old()
1420 t = d->slot[slot].type; in onig_get_callout_data()
1422 if (IS_NOT_NULL(val)) *val = d->slot[slot].val; in onig_get_callout_data()
1467 d->slot[slot].type = type; in onig_set_callout_data()
1468 d->slot[slot].val = *val; in onig_set_callout_data()
6149 int slot; in onig_builtin_total_count() local
6207 int slot; in onig_builtin_max() local
6216 slot = 0; in onig_builtin_max()
6281 int slot; in onig_builtin_cmp() local
[all …]
/PHP-7.3/ext/gd/libgd/
H A Dgdft.c824 FT_GlyphSlot slot; local
890 slot = face->glyph; /* shortcut */
1097 if (FT_Get_Glyph(slot, &image)) {
1112 glyph_bbox.xMax += slot->metrics.horiAdvance;
1137 penf.x += slot->metrics.horiAdvance;
1155 if (FT_Get_Glyph(slot, &image)) {
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c464 PCRE2_UCHAR *slot = in find_minlength() local
475 recno = GET2(slot, 0); in find_minlength()
516 slot += re->name_entry_size; in find_minlength()
H A Dpcre2_compile.c4836 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details() local
4843 slot[IMM2_SIZE+length] == 0) break; in find_dupname_details()
4844 slot += cb->name_entry_size; in find_dupname_details()
4866 groupnumber = GET2(slot,0); in find_dupname_details()
4870 slot += cb->name_entry_size; in find_dupname_details()
4872 (slot+IMM2_SIZE)[length] != 0) break; in find_dupname_details()
8310 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table() local
8325 (void)memmove(slot + cb->name_entry_size, slot, in add_name_to_table()
8332 slot += cb->name_entry_size; in add_name_to_table()
8335 PUT2(slot, 0, groupno); in add_name_to_table()
[all …]
H A Dpcre2_match.c4624 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
4629 Loffset = (GET2(slot, 0) << 1) - 2; in match()
4631 slot += mb->name_entry_size; in match()
5270 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
5273 number = GET2(slot, 0); in match()
5276 slot += mb->name_entry_size; in match()
5289 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
5292 offset = (GET2(slot, 0) << 1) - 2; in match()
5295 slot += mb->name_entry_size; in match()
H A Dpcre2_jit_compile.c858 PCRE2_SPTR slot; in check_opcode_types() local
906 slot += common->name_entry_size; in check_opcode_types()
932 slot = bracketend(cc); in check_opcode_types()
933 if (slot > assert_back_end) in check_opcode_types()
934 assert_back_end = slot; in check_opcode_types()
7824 offset = GET2(slot, 0) << 1; in compile_dnref_search()
7827 slot += common->name_entry_size; in compile_dnref_search()
7830 offset = GET2(slot, 0) << 1; in compile_dnref_search()
8930 PCRE2_SPTR slot; in compile_bracket_matchingpath() local
9222 slot += common->name_entry_size; in compile_bracket_matchingpath()
[all …]
/PHP-7.3/ext/sockets/tests/
H A Dsocket_strerror.phpt81 string(12) "Invalid slot"

Completed in 154 milliseconds