| /PHP_5_5/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 110 $output = new \XMLWriter; 111 if (!$output->openUri('php://output')) { 112 throw new Exception('Cannot open output - this should never happen'); 114 $output->startElement('html'); 115 $output->startElement('head'); 116 $output->writeElement('title', 'Enter a path to the database'); 117 $output->endElement(); 118 $output->startElement('body'); 119 $output 107 $output = new \\XMLWriter; variable 177 $output = new \\XMLWriter; variable 226 $output = new \\XMLWriter; variable 310 $output = new \\XMLWriter; variable 384 $output = new \\XMLWriter; variable 424 $output = new \\XMLWriter; variable [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | crypt_blowfish.c | 650 char *output, int size, 664 BF_word output[6]; member in union:__anon442::__anon443 767 data.binary.output[i] = L; 768 data.binary.output[i + 1] = R; 771 memcpy(output, setting, 7 + 22 - 1); 772 output[7 + 22 - 1] = BF_itoa64[(int) 777 BF_swap(data.binary.output, 6); 778 BF_encode(&output[7 + 22], data.binary.output, 23); 779 output[ 649 BF_crypt(const char *key, const char *setting, char *output, int size, BF_word min) argument 784 _crypt_output_magic(const char *setting, char *output, int size) argument 819 php_crypt_blowfish_rn(const char *key, const char *setting, char *output, int size) argument [all...] |
| H A D | crypt_freesec.h | 36 char output[21]; member in struct:php_crypt_extended_data
|
| H A D | crypt.c | 158 char output[MD5_HASH_MAX_LEN], *out; local 160 out = php_md5_crypt_r(password, salt, output); 167 char *output; local 168 output = emalloc(PHP_MAX_SALT_LEN); 170 crypt_res = php_sha512_crypt_r(password, salt, output, PHP_MAX_SALT_LEN); 172 memset(output, 0, PHP_MAX_SALT_LEN); 173 efree(output); 176 *result = estrdup(output); 177 memset(output, 0, PHP_MAX_SALT_LEN); 178 efree(output); 182 char *output; local 204 char output[PHP_MAX_SALT_LEN + 1]; local [all...] |
| H A D | pack.c | 87 static void php_pack(zval **val, int size, int *map, char *output) argument 96 *output++ = v[map[i]]; 117 char *output; local 247 /* Calculate output length and upper bound while processing*/ 313 output = emalloc(outputsize + 1); 328 memset(&output[outputpos], (code == 'a' || code == 'Z') ? '\0' : ' ', arg); 334 memcpy(&output[outputpos], Z_STRVAL_PP(val), 373 output[++outputpos] = 0; 378 output[outputpos] |= (n << nibbleshift); 389 php_pack(argv[currentarg++], 1, byte_map, &output[outputpo [all...] |
| H A D | url_scanner_ex.c | 226 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output); 934 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output); 995 static void php_url_scanner_output_handler(char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC) argument 1000 *handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT | PHP_OUTPUT_HANDLER_FLUSH | PHP_OUTPUT_HANDLER_FINAL) ? 1 : 0) TSRMLS_CC); 1010 smart_str_appendl(&ctx->result, output, output_len); 1019 *handled_output = estrndup(output, *handled_output_len = output_len); 1040 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
|
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.c | 112 * - output option for xml escaping data. Choices include no escaping, entity escaping, 114 * - output option for character encoding. Defaults to (none) utf-8. 115 * - output option for verbosity/readability. ultra-compact, newlines, pretty/level indented. 527 * options - options determining how output is written. see XML_ELEM_OUTPUT_OPTIONS 556 * void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) 561 * output - stream handle 562 * options - options determining how output is written. see XML_ELEM_OUTPUT_OPTIONS 571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) argument 573 xml_element_serialize(el, file_out_fptr, (void *)output, options, 0); 642 /* Check if we need to decode utf-8 parser output t [all...] |
| H A D | xml_to_dandarpc.c | 178 XMLRPC_REQUEST_OUTPUT_OPTIONS output = XMLRPC_RequestGetOutputOptions(request); local 179 int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity == xml_elem_no_white_space);
|
| H A D | xmlrpc_private.h | 117 STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */ member in struct:_xmlrpc_request
|
| H A D | xmlrpc.c | 135 * - Various output options, including: xml escaping via CDATA or entity, case folding, 572 * XMLRPC_REQUEST_OUTPUT_OPTIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output) 574 * Sets output options used for generating XML. The output struct 578 * output -- output options struct initialized by caller 589 XMLRPC_REQUEST_OUTPUT_OPTIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output) { argument 590 if(request && output) { 591 memcpy (&request->output, output, [all...] |
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_gif_out.c | 69 long int out_count; /* # of codes output (for debugging) */ 94 static void output (code_int code, GifCtx *ctx); 463 * get this from the beginning of htab. The output stack uses the rest 481 * ratio decreases, but after the table fills. The variable-length output 489 output(code_int code, GifCtx *ctx); 504 * g_outfile - pointer to output file 534 output( (code_int)ctx->ClearCode, ctx ); 566 output ( (code_int) ent, ctx ); 582 output( (code_int)ent, ctx ); 584 output( (code_in 610 output(code_int code, GifCtx *ctx) function [all...] |
| /PHP_5_5/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 877 int output; member in struct:collector_strpos_data 889 if (pc->output >= pc->start) { 892 pc->found_pos = pc->output; /* found position */ 927 pc->output++; 1243 pc.output = 0; 1279 int output; member in struct:collector_substr_data 1287 if (pc->output >= pc->stop) { 1291 if (pc->output >= pc->start) { 1295 pc->output++; 1413 /* output cod [all...] |
| /PHP_5_5/ext/hash/ |
| H A D | hash_haval.c | 98 Encodes input (php_hash_uint32) into output (unsigned char). Assumes len is 101 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) argument 106 output[j] = (unsigned char) (input[i] & 0xff); 107 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); 108 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); 109 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); 115 Decodes input (unsigned char) into output (php_hash_uint32). Assumes len is 118 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) argument 123 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | 262 context->passes = p; context->output [all...] |
| H A D | hash_md.c | 64 Encodes input (php_hash_uint32) into output (unsigned char). Assumes len is 67 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) argument 72 output[j] = (unsigned char) (input[i] & 0xff); 73 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); 74 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); 75 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); 81 Decodes input (unsigned char) into output (php_hash_uint32). Assumes len is 84 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) argument 89 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | 688 PHP_HASH_API void PHP_MD2Final(unsigned char output[1 argument [all...] |
| H A D | hash_ripemd.c | 187 Decodes input (unsigned char) into output (php_hash_uint32). Assumes len is 190 static void RIPEMDDecode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) argument 195 output[i] = ((php_hash_uint32) input[j + 0]) | (((php_hash_uint32) input[j + 1]) << 8) | 604 Encodes input (php_hash_uint32) into output (unsigned char). Assumes len is 607 static void RIPEMDEncode(unsigned char *output, php_hash_uint32 *input, unsigned int len) argument 612 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); 613 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); 614 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); 615 output[j + 0] = (unsigned char) (input[i] & 0xff);
|
| H A D | hash_sha.c | 38 Encodes input (php_hash_uint32) into output (unsigned char). Assumes len is 41 static void SHAEncode32(unsigned char *output, php_hash_uint32 *input, unsigned int len) argument 46 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); 47 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); 48 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); 49 output[j + 3] = (unsigned char) (input[i] & 0xff); 56 Decodes input (unsigned char) into output (php_hash_uint32). Assumes len is 59 static void SHADecode32(php_hash_uint32 *output, const unsigned char *input, unsigned int len) argument 64 output[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[j + 2]) << 8) | 729 Encodes input (php_hash_uint64) into output (unsigne 732 SHAEncode64(unsigned char *output, php_hash_uint64 *input, unsigned int len) argument 754 SHADecode64(php_hash_uint64 *output, const unsigned char *input, unsigned int len) argument [all...] |
| H A D | php_hash_haval.h | 32 short output; member in struct:__anon83
|
| /PHP_5_5/ext/recode/ |
| H A D | recode.c | 78 ZEND_ARG_INFO(0, output) 184 /* {{{ proto bool recode_file(string request, resource input, resource output) 185 Recode file input into file output according to request */ 191 zval *input, *output; local 195 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srr", &req, &req_len, &input, &output) == FAILURE) { 200 php_stream_from_zval(outstream, &output);
|
| /PHP_5_5/ext/soap/ |
| H A D | php_sdl.h | 124 sdlSoapBindingFunctionBody output; member in struct:_sdlSoapBindingFunction
|
| /PHP_5_5/ext/tidy/ |
| H A D | tidy.c | 615 TidyBuffer output; local 616 tidyBufInit(&output); 618 tidySaveBuffer (doc, &output); 619 FIX_BUFFER(&output); 620 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1); 621 tidyBufFree(&output); 747 TidyBuffer output; local 765 tidyBufInit(&output); 818 TidyBuffer output; local 1258 TidyBuffer output; local [all...] |
| /PHP_5_5/ext/xmlwriter/ |
| H A D | php_xmlwriter.h | 39 xmlBufferPtr output; member in struct:_xmlwriter_object
|
| /PHP_5_5/main/ |
| H A D | output.c | 38 ZEND_DECLARE_MODULE_GLOBALS(output); variable 40 const char php_output_default_handler_name[sizeof("default output handler")] = "default output handler"; 41 const char php_output_devnull_handler_name[sizeof("null output handler")] = "null output handler"; 119 fprintf(stderr, "!!! output started at: %s (%d)\n", OG(output_start_filename), OG(output_start_lineno)); 133 ZEND_INIT_MODULE_GLOBALS(output, php_output_init_globals, NULL); 153 * Reset output globals and setup the output handler stack */ 170 * Destroy the output handle [all...] |
| H A D | php_globals.h | 52 char *output; member in struct:_arg_separators
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 72 ap_filter_t *f; /* remaining output filters */ 254 ap_filter_t *f; /* output filters */ 643 int output = (f == r->output_filters); local 651 output ? "Output" : "Input", r->uri); 657 if (output) { 698 /* Save the entire request, so we can get the input or output
|
| /PHP_5_5/ext/libxml/ |
| H A D | libxml.c | 516 int len, len_iter, output = 0; local 526 output = 1; 533 if (output == 1) {
|