Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/gd/libgd/
H A Dgdft.c780 FT_GlyphSlot slot; local
839 slot = face->glyph; /* shortcut */
1053 FT_Get_Glyph(slot, &image);
1061 glyph_bbox.xMax += slot->metrics.horiAdvance;
1064 yd = slot->metrics.height - slot->metrics.horiBearingY;
1072 if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
1114 penf.x += slot->metrics.horiAdvance;
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c5722 pcre_uchar *slot; in compile_branch() local
5870 slot = cd->name_table; in compile_branch()
5874 slot += cd->name_entry_size; in compile_branch()
5881 recno = GET2(slot, 0); in compile_branch()
6107 slot = cd->name_table; in compile_branch()
6134 memmove(slot + cd->name_entry_size, slot, in compile_branch()
6141 slot += cd->name_entry_size; in compile_branch()
6152 if (cslot != slot) in compile_branch()
6247 slot = cd->name_table; in compile_branch()
6253 slot += cd->name_entry_size; in compile_branch()
[all …]
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt82 string(12) "Invalid slot"
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1717 ** existing connections, and maybe we'll free up a slot
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8286 match is returned, the first slot is set to the offset of the earliest
9009 easier to slot in PCRE as a replacement library. Other POSIX options

Completed in 57 milliseconds