Searched refs:sd (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_gif_in.c | 438 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.4/ext/session/ |
H A D | mod_mm.c | 118 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() 249 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy() 345 if (sd) { in PS_READ_FUNC() 348 memcpy(*val, sd->data, sd->datalen); in PS_READ_FUNC() 371 if (sd) { in PS_WRITE_FUNC() 377 sd->data = mm_malloc(data->mm, sd->alloclen); in PS_WRITE_FUNC() 405 if (sd) { in PS_DESTROY_FUNC() [all …]
|
/PHP-5.4/ext/standard/tests/assert/ |
H A D | assert02.phpt | 23 assert('aa=sd+as+safsafasfasafsaf'); 28 assert('aa=sd+as+safsafasfasafsaf'); 41 aa=sd+as+safsafasfasafsaf" 48 aa=sd+as+safsafasfasafsaf"
|
H A D | assert_error1.phpt | 35 var_dump($rc = assert('aa=sd+as+safsafasfaçsafçsafç'));
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | strval_variation2.phpt | 25 $sd = "\xd0\xd1\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xdb\xdc\xdd\xde\xdf"; 55 echo bin2hex(strval($sd));
|
/PHP-5.4/sapi/cgi/ |
H A D | fastcgi.c | 499 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.4/ext/fileinfo/libmagic/ |
H A D | cdf.c | 961 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.4/sapi/fpm/ |
H A D | config.m4 | 571 AC_CHECK_HEADERS(systemd/sd-daemon.h, [HAVE_SD_DAEMON_H="yes"], [HAVE_SD_DAEMON_H="no"])
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 1015 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.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2567 pcre_extra *sd; 2569 sd = pcre_study( 2574 re, sd, "subject", 7, 0, 0, ovector, 30); 2576 pcre_free_study(sd); 2709 sd, /* result of pcre_study(), or NULL */
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 3511 # http://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
|
Completed in 123 milliseconds