Searched refs:sd (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 95 static int LWZReadByte (gdIOCtx *fd, LZW_STATIC_DATA *sd, char flag, int input_code_size, int *ZeroDataBlockP); 421 LWZReadByte_(gdIOCtx *fd, LZW_STATIC_DATA *sd, char flag, int input_code_size, int *ZeroDataBlockP) argument 426 sd->set_code_size = input_code_size; 427 sd->code_size = sd->set_code_size+1; 428 sd->clear_code = 1 << sd->set_code_size ; 429 sd->end_code = sd->clear_code + 1; 430 sd 535 LWZReadByte(gdIOCtx *fd, LZW_STATIC_DATA *sd, char flag, int input_code_size, int *ZeroDataBlockP) argument 552 LZW_STATIC_DATA sd; local [all...] |
| /PHP_TRUNK/ext/session/ |
| H A D | mod_mm.c | 118 ps_sd *sd; local 123 sd = mm_malloc(data->mm, sizeof(ps_sd) + keylen); 124 if (!sd) { 134 sd->ctime = 0; 135 sd->hv = hv; 136 sd->data = NULL; 137 sd->alloclen = sd->datalen = 0; 139 memcpy(sd->key, key, keylen + 1); 141 sd 157 ps_sd_destroy(ps_mm *data, ps_sd *sd) argument 239 ps_sd *sd, *next; local 337 ps_sd *sd; local 359 ps_sd *sd; local 398 ps_sd *sd; local 417 ps_sd *sd, *next; local [all...] |
| /PHP_TRUNK/sapi/cgi/ |
| H A D | fastcgi.c | 495 static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_ATTRIBUTES sa) argument 539 if (!InitializeSecurityDescriptor(sd, SECURITY_DESCRIPTOR_REVISION)) { 543 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { 547 sa->lpSecurityDescriptor = sd; 627 SECURITY_DESCRIPTOR sd; local 635 acl = prepare_named_pipe_acl(&sd, &saw);
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 948 const cdf_section_declaration_t *sd = local 953 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1) 970 if (cdf_read_property_info(sst, h, CDF_TOLE4(sd->sd_offset),
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_systemd.c | 4 #include <systemd/sd-daemon.h>
|
Completed in 9 milliseconds