Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/gd/libgd/
H A Dgd_gif_in.c442 sd->max_code = sd->clear_code+2; in LWZReadByte_()
455 sd->sp = sd->stack; in LWZReadByte_()
461 sd->firstcode = sd->oldcode = in LWZReadByte_()
467 if (sd->sp > sd->stack) in LWZReadByte_()
480 sd->max_code = sd->clear_code+2; in LWZReadByte_()
481 sd->sp = sd->stack; in LWZReadByte_()
482 sd->firstcode = sd->oldcode = in LWZReadByte_()
507 *sd->sp++ = sd->firstcode; in LWZReadByte_()
516 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
523 *sd->sp++ = sd->firstcode = sd->table[1][code]; in LWZReadByte_()
[all …]
/PHP-8.0/ext/session/
H A Dmod_mm.c112 ps_sd *sd; in ps_sd_new() local
118 if (!sd) { in ps_sd_new()
130 sd->alloclen = sd->datalen = 0; in ps_sd_new()
147 return sd; in ps_sd_new()
206 ps_sd *sd; in ps_mm_key_exists() local
212 if (sd) { in ps_mm_key_exists()
256 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy()
371 if (sd) { in PS_READ_FUNC()
394 if (sd) { in PS_WRITE_FUNC()
400 sd->data = mm_malloc(data->mm, sd->alloclen); in PS_WRITE_FUNC()
[all …]
/PHP-8.0/ext/standard/
H A Dproc_open.c74 int fd, sd; in openpty() local
80 sd = *master = *slave = -1; in openpty()
95 sd = open(slaveid, O_NOCTTY|O_RDONLY); in openpty()
96 if (sd == -1 || ioctl(sd, I_PUSH, "ptem") == -1) { in openpty()
100 if (tcgetattr(sd, termp) < 0) { in openpty()
105 if (ioctl(sd, TIOCSWINSZ, winp) == -1) { in openpty()
110 *slave = sd; in openpty()
114 if (sd != -1) { in openpty()
115 close(sd); in openpty()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dreadcdf.c505 size_t sd, j; in cdf_file_dir_info() local
507 for (sd = 0; sd < __arraycount(sectioninfo); sd++) { in cdf_file_dir_info()
508 const struct sinfo *si = &sectioninfo[sd]; in cdf_file_dir_info()
H A Dcdf.c1117 const cdf_section_declaration_t *sd = in cdf_unpack_summary_info() local
1123 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1) in cdf_unpack_summary_info()
1134 if (cdf_read_property_info(sst, h, CDF_TOLE4(sd->sd_offset), info, in cdf_unpack_summary_info()
/PHP-8.0/ext/standard/tests/strings/
H A Dstrval_variation2.phpt20 $sd = "\xd0\xd1\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xdb\xdc\xdd\xde\xdf";
50 echo bin2hex(strval($sd));
/PHP-8.0/main/
H A Dfastcgi.c576 static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_ATTRIBUTES sa) in prepare_named_pipe_acl() argument
620 if (!InitializeSecurityDescriptor(sd, SECURITY_DESCRIPTOR_REVISION)) { in prepare_named_pipe_acl()
624 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl()
628 sa->lpSecurityDescriptor = sd; in prepare_named_pipe_acl()
712 SECURITY_DESCRIPTOR sd; in fcgi_listen() local
720 acl = prepare_named_pipe_acl(&sd, &saw); in fcgi_listen()
/PHP-8.0/sapi/fpm/
H A Dconfig.m4543 AC_CHECK_HEADERS(systemd/sd-daemon.h, [HAVE_SD_DAEMON_H="yes"], [HAVE_SD_DAEMON_H="no"])
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6322 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
13096 # From Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
23799 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
25643 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
25667 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
32985 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
H A Dmagic6322 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
13096 # From Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
23799 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
25643 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
25667 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
32985 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>

Completed in 272 milliseconds