Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/
H A Dmod_mm.c117 php_uint32 hv, slot; in ps_sd_new() local
132 slot = hv & data->hash_max; in ps_sd_new()
141 sd->next = data->hash[slot]; in ps_sd_new()
142 data->hash[slot] = sd; in ps_sd_new()
159 php_uint32 slot; in ps_sd_destroy() local
163 if (data->hash[slot] == sd) { in ps_sd_destroy()
164 data->hash[slot] = sd->next; in ps_sd_destroy()
184 php_uint32 hv, slot; in ps_sd_lookup() local
188 slot = hv & data->hash_max; in ps_sd_lookup()
202 ret->next = data->hash[slot]; in ps_sd_lookup()
[all …]
/PHP-5.4/ext/gd/libgd/
H A Dgdft.c782 FT_GlyphSlot slot; local
841 slot = face->glyph; /* shortcut */
1055 FT_Get_Glyph(slot, &image);
1063 glyph_bbox.xMax += slot->metrics.horiAdvance;
1066 yd = slot->metrics.height - slot->metrics.horiBearingY;
1074 if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
1116 penf.x += slot->metrics.horiAdvance;
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c6637 pcre_uchar *slot; in compile_branch() local
6814 slot = cd->name_table; in compile_branch()
7203 slot = cd->name_table; in compile_branch()
7214 recno = GET2(slot, 0); in compile_branch()
7256 for (; slot < cslot; slot += cd->name_entry_size) in compile_branch()
7259 recno = GET2(slot, 0); in compile_branch()
8777 pcre_uchar *slot = cd->name_table; in add_name() local
8792 memmove(slot + cd->name_entry_size, slot, in add_name()
8799 slot += cd->name_entry_size; in add_name()
8802 PUT2(slot, 0, groupno); in add_name()
[all …]
H A Dpcre_study.c389 pcre_uchar *slot = (pcre_uchar *)re + in find_minlength() local
394 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength()
422 slot += re->name_entry_size; in find_minlength()
H A Dpcre_exec.c1348 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() local
1351 unsigned int recno = GET2(slot, 0); in match()
1354 slot += md->name_entry_size; in match()
1367 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() local
1370 offset = GET2(slot, 0) << 1; in match()
1373 slot += md->name_entry_size; in match()
2709 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() local
2720 offset = GET2(slot, 0) << 1; in match()
2726 slot += md->name_entry_size; in match()
H A Dpcre_jit_compile.c782 pcre_uchar *slot; in check_opcode_types() local
828 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types()
829 slot += common->name_entry_size; in check_opcode_types()
5936 offset = GET2(slot, 0) << 1; in compile_dnref_search()
5939 slot += common->name_entry_size; in compile_dnref_search()
5942 offset = GET2(slot, 0) << 1; in compile_dnref_search()
6956 pcre_uchar *slot; in compile_bracket_matchingpath() local
7253 slot += common->name_entry_size; in compile_bracket_matchingpath()
7259 slot += common->name_entry_size; in compile_bracket_matchingpath()
7299 if ((int)GET2(slot, 0) == i) in compile_bracket_matchingpath()
[all …]
/PHP-5.4/ext/sockets/tests/
H A Dsocket_strerror.phpt82 string(12) "Invalid slot"
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1717 ** existing connections, and maybe we'll free up a slot
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt8766 match is returned, the first slot is set to the offset of the earliest
8769 If there are at least three slots in the offsets vector, the third slot
9526 easier to slot in PCRE as a replacement library. Other POSIX options

Completed in 102 milliseconds