Searched refs:sd (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_gif_in.c | 441 sd->max_code = sd->clear_code+2; in LWZReadByte_() 454 sd->sp = sd->stack; in LWZReadByte_() 460 sd->firstcode = sd->oldcode = in LWZReadByte_() 466 if (sd->sp > sd->stack) in LWZReadByte_() 479 sd->max_code = sd->clear_code+2; in LWZReadByte_() 480 sd->sp = sd->stack; in LWZReadByte_() 481 sd->firstcode = sd->oldcode = in LWZReadByte_() 506 *sd->sp++ = sd->firstcode; in LWZReadByte_() 515 *sd->sp++ = sd->table[1][code]; in LWZReadByte_() 522 *sd->sp++ = sd->firstcode = sd->table[1][code]; in LWZReadByte_() [all …]
|
/PHP-7.0/ext/session/ |
H A D | mod_mm.c | 118 ps_sd *sd; in ps_sd_new() local 124 if (!sd) { in ps_sd_new() 136 sd->alloclen = sd->datalen = 0; in ps_sd_new() 153 return sd; in ps_sd_new() 212 ps_sd *sd; in ps_mm_key_exists() local 218 if (sd) { in ps_mm_key_exists() 262 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy() 377 if (sd) { in PS_READ_FUNC() 400 if (sd) { in PS_WRITE_FUNC() 406 sd->data = mm_malloc(data->mm, sd->alloclen); in PS_WRITE_FUNC() [all …]
|
/PHP-7.0/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-7.0/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 411 size_t sd, j; in cdf_file_dir_info() local 413 for (sd = 0; sd < __arraycount(sectioninfo); sd++) { in cdf_file_dir_info() 414 const struct sinfo *si = §ioninfo[sd]; in cdf_file_dir_info()
|
H A D | cdf.c | 1003 const cdf_section_declaration_t *sd = in cdf_unpack_summary_info() local 1008 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1) in cdf_unpack_summary_info() 1019 if (cdf_read_property_info(sst, h, CDF_TOLE4(sd->sd_offset), info, in cdf_unpack_summary_info()
|
/PHP-7.0/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-7.0/main/ |
H A D | fastcgi.c | 580 static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_ATTRIBUTES sa) in prepare_named_pipe_acl() argument 624 if (!InitializeSecurityDescriptor(sd, SECURITY_DESCRIPTOR_REVISION)) { in prepare_named_pipe_acl() 628 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl() 632 sa->lpSecurityDescriptor = sd; in prepare_named_pipe_acl() 716 SECURITY_DESCRIPTOR sd; in fcgi_listen() local 724 acl = prepare_named_pipe_acl(&sd, &saw); in fcgi_listen()
|
/PHP-7.0/sapi/fpm/ |
H A D | config.m4 | 617 AC_CHECK_HEADERS(systemd/sd-daemon.h, [HAVE_SD_DAEMON_H="yes"], [HAVE_SD_DAEMON_H="no"])
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2578 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-7.0/ext/fileinfo/tests/ |
H A D | magic | 3937 # http://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292 8867 # From Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net> 15357 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
|
Completed in 85 milliseconds