Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_in.c431 sd->max_code = sd->clear_code+2; in LWZReadByte_()
444 sd->sp = sd->stack; in LWZReadByte_()
450 sd->firstcode = sd->oldcode = in LWZReadByte_()
456 if (sd->sp > sd->stack) in LWZReadByte_()
469 sd->max_code = sd->clear_code+2; in LWZReadByte_()
470 sd->sp = sd->stack; in LWZReadByte_()
471 sd->firstcode = sd->oldcode = in LWZReadByte_()
496 *sd->sp++ = sd->firstcode; in LWZReadByte_()
505 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
512 *sd->sp++ = sd->firstcode = sd->table[1][code]; in LWZReadByte_()
[all …]
/PHP-5.3/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()
249 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy()
343 if (sd) { in PS_READ_FUNC()
346 memcpy(*val, sd->data, sd->datalen); in PS_READ_FUNC()
369 if (sd) { in PS_WRITE_FUNC()
375 sd->data = mm_malloc(data->mm, sd->alloclen); in PS_WRITE_FUNC()
403 if (sd) { in PS_DESTROY_FUNC()
[all …]
/PHP-5.3/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.3/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.3/sapi/cgi/
H A Dfastcgi.c271 static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_ATTRIBUTES sa) in prepare_named_pipe_acl() argument
315 if (!InitializeSecurityDescriptor(sd, SECURITY_DESCRIPTOR_REVISION)) { in prepare_named_pipe_acl()
319 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl()
323 sa->lpSecurityDescriptor = sd; in prepare_named_pipe_acl()
403 SECURITY_DESCRIPTOR sd; in fcgi_listen() local
411 acl = prepare_named_pipe_acl(&sd, &saw); in fcgi_listen()
/PHP-5.3/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.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2471 pcre_extra *sd;
2473 sd = pcre_study(
2478 re, sd, "subject", 7, 0, 0, ovector, 30);
2480 pcre_free_study(sd);
2599 sd, /* result of pcre_study(), or NULL */

Completed in 55 milliseconds