| /PHP_5_3/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_3/ext/standard/ |
| H A D | crypt_blowfish.c | 650 char *output, int size, 664 BF_word output[6]; member in union:__anon430::__anon431 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 | 193 char output[MD5_HASH_MAX_LEN]; local 195 RETURN_STRING(php_md5_crypt_r(str, salt, output), 1); 199 char *output; local 203 output = emalloc(needed); 206 crypt_res = php_sha512_crypt_r(str, salt, output, needed); 214 RETVAL_STRING(output, 1); 217 memset(output, 0, needed); 218 efree(output); 222 char *output; local 226 output 250 char output[PHP_MAX_SALT_LEN + 1]; local [all...] |
| H A D | pack.c | 88 static void php_pack(zval **val, int size, int *map, char *output) argument 97 *output++ = v[map[i]]; 118 char *output; local 241 /* Calculate output length and upper bound while processing*/ 306 output = emalloc(outputsize + 1); 319 memset(&output[outputpos], (code == 'a') ? '\0' : ' ', arg); 325 memcpy(&output[outputpos], Z_STRVAL_PP(val), 363 output[++outputpos] = 0; 368 output[outputpos] |= (n << nibbleshift); 379 php_pack(argv[currentarg++], 1, byte_map, &output[outputpo [all...] |
| H A D | url_scanner_ex.c | 225 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output); 933 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output); 994 static void php_url_scanner_output_handler(char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC) argument 999 *handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT) ? 1 : 0) TSRMLS_CC); 1009 smart_str_appendl(&ctx->result, output, output_len); 1039 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
|
| /PHP_5_3/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.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...] |
| H A D | xmlrpc_private.h | 117 STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */ member in struct:_xmlrpc_request
|
| /PHP_5_3/ |
| H A D | server-tests.php | 125 function generate_diff($wanted,$output) 128 $o = explode("\n", $output); 427 't' => array('TEST_PHP_DETAILED' ,'number' ,0 ,'level of detail output to dump'), 964 * Fetch phpinfo() output so that we can see the PHP enviroment 986 $failed_tests_data .= $sep . file_get_contents(realpath($test_info['output'])); 1210 $output = trim($this->runscript($section_text['SKIPIF'],$this->test_executable_iscgi,realpath(dirname($file))),true); variable 1211 if (!$output) return NULL; 1213 print "SKIPIF: [$output]\n"; 1214 if (eregi("^skip", $output)){ 1216 $reason = (ereg("^skip[[:space:]]*(.+)\$", $output)) 1415 $output = trim($out); variable 1416 $output = preg_replace('/\\r\\n/',"\\n",$output); variable 1458 $output=''; variable [all...] |
| /PHP_5_3/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_3/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:__anon61
|
| /PHP_5_3/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_3/ext/soap/ |
| H A D | php_sdl.h | 124 sdlSoapBindingFunctionBody output; member in struct:_sdlSoapBindingFunction
|
| /PHP_5_3/ext/tidy/ |
| H A D | tidy.c | 620 TidyBuffer output; local 621 tidyBufInit(&output); 623 tidySaveBuffer (doc, &output); 624 RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1); 625 tidyBufFree(&output); 763 TidyBuffer output; local 781 tidyBufInit(&output); 782 tidySaveBuffer (obj->ptdoc->doc, &output); 832 TidyBuffer output; local 1142 TidyBuffer output; local 1206 TidyBuffer output; local [all...] |
| /PHP_5_3/ext/xmlwriter/ |
| H A D | php_xmlwriter.h | 39 xmlBufferPtr output; member in struct:_xmlwriter_object
|
| /PHP_5_3/ext/zlib/ |
| H A D | zlib.c | 552 zlib::uncompress() wants to know the output data length 678 stream.avail_out wants to know the output data length 722 Returns the coding type used for output compression */ 964 php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler 'ob_gzhandler' cannot be used twice"); 968 php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler 'ob_gzhandler' cannot be used after 'mb_output_handler'"); 972 php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'"); 975 if (php_ob_init_conflict("ob_gzhandler", "zlib output compression" TSRMLS_CC)) { 1071 static void php_gzip_output_handler(char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC) argument 1100 if (php_deflate_string(output, output_len, handled_output, handled_output_len, do_start, do_end TSRMLS_CC) != SUCCESS) { 1131 php_ob_set_internal_handler(php_gzip_output_handler, (uint)buffer_size, "zlib output compressio [all...] |
| /PHP_5_3/main/ |
| H A D | php_globals.h | 52 char *output; member in struct:_arg_separators
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 72 ap_filter_t *f; /* remaining output filters */ 254 ap_filter_t *f; /* output filters */ 645 int output = (f == r->output_filters); local 653 output ? "Output" : "Input", r->uri); 659 if (output) { 700 /* Save the entire request, so we can get the input or output
|
| /PHP_5_3/ext/libxml/ |
| H A D | libxml.c | 495 int len, len_iter, output = 0; local 505 output = 1; 512 if (output == 1) {
|