Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c438 sd->max_code = sd->clear_code+2; in LWZReadByte_()
451 sd->sp = sd->stack; in LWZReadByte_()
457 sd->firstcode = sd->oldcode = in LWZReadByte_()
463 if (sd->sp > sd->stack) in LWZReadByte_()
476 sd->max_code = sd->clear_code+2; in LWZReadByte_()
477 sd->sp = sd->stack; in LWZReadByte_()
478 sd->firstcode = sd->oldcode = in LWZReadByte_()
503 *sd->sp++ = sd->firstcode; in LWZReadByte_()
512 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
519 *sd->sp++ = sd->firstcode = sd->table[1][code]; in LWZReadByte_()
[all …]
/PHP-5.5/ext/session/
H A Dmod_mm.c118 ps_sd *sd; in ps_sd_new() local
124 if (!sd) { in ps_sd_new()
137 sd->alloclen = sd->datalen = 0; in ps_sd_new()
154 return sd; in ps_sd_new()
219 if (sd) { in ps_mm_key_exists()
263 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy()
378 if (sd) { in PS_READ_FUNC()
381 memcpy(*val, sd->data, sd->datalen); in PS_READ_FUNC()
404 if (sd) { in PS_WRITE_FUNC()
410 sd->data = mm_malloc(data->mm, sd->alloclen); in PS_WRITE_FUNC()
[all …]
/PHP-5.5/ext/standard/tests/assert/
H A Dassert02.phpt23 assert('aa=sd+as+safsafasfasafsaf');
28 assert('aa=sd+as+safsafasfasafsaf');
41 aa=sd+as+safsafasfasafsaf"
48 aa=sd+as+safsafasfasafsaf"
H A Dassert_error1.phpt35 var_dump($rc = assert('aa=sd+as+safsafasfaçsafçsafç'));
/PHP-5.5/ext/standard/tests/strings/
H A Dstrval_variation2.phpt25 $sd = "\xd0\xd1\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xdb\xdc\xdd\xde\xdf";
55 echo bin2hex(strval($sd));
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c499 static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_ATTRIBUTES sa) in prepare_named_pipe_acl() argument
543 if (!InitializeSecurityDescriptor(sd, SECURITY_DESCRIPTOR_REVISION)) { in prepare_named_pipe_acl()
547 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl()
551 sa->lpSecurityDescriptor = sd; in prepare_named_pipe_acl()
635 SECURITY_DESCRIPTOR sd; in fcgi_listen() local
643 acl = prepare_named_pipe_acl(&sd, &saw); in fcgi_listen()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c961 const cdf_section_declaration_t *sd = in cdf_unpack_summary_info() local
966 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1) in cdf_unpack_summary_info()
977 if (cdf_read_property_info(sst, h, CDF_TOLE4(sd->sd_offset), info, in cdf_unpack_summary_info()
/PHP-5.5/sapi/fpm/
H A Dconfig.m4597 AC_CHECK_HEADERS(systemd/sd-daemon.h, [HAVE_SD_DAEMON_H="yes"], [HAVE_SD_DAEMON_H="no"])
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1015 const cdf_section_declaration_t *sd =
1031 - if (cdf_read_property_info(sst, h, CDF_TOLE4(sd->sd_offset),
1033 + if (cdf_read_property_info(sst, h, CDF_TOLE4(sd->sd_offset), info,
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2578 pcre_extra *sd;
2580 sd = pcre_study(
2585 re, sd, "subject", 7, 0, 0, ovector, 30);
2587 pcre_free_study(sd);
2720 sd, /* result of pcre_study(), or NULL */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3511 # http://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292

Completed in 151 milliseconds