output 3171 gd/gd.c double input, output;
output 3173 gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rdd", &IM, &input, &output) == FAILURE) {
output 3187 gd/gd.c (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5),
output 3188 gd/gd.c (int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5),
output 3189 gd/gd.c (int) ((pow((pow((gdTrueColorGetBlue(c) / 255.0), input)), 1.0 / output) * 255) + .5)
output 3198 gd/gd.c im->red[i] = (int)((pow((pow((im->red[i] / 255.0), input)), 1.0 / output) * 255) + .5);
output 3199 gd/gd.c im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5);
output 3200 gd/gd.c im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5);
output 94 gd/libgd/gd_gif_out.c static void output (code_int code, GifCtx *ctx);
output 489 gd/libgd/gd_gif_out.c output(code_int code, GifCtx *ctx);
output 534 gd/libgd/gd_gif_out.c output( (code_int)ctx->ClearCode, ctx );
output 566 gd/libgd/gd_gif_out.c output ( (code_int) ent, ctx );
output 582 gd/libgd/gd_gif_out.c output( (code_int)ent, ctx );
output 584 gd/libgd/gd_gif_out.c output( (code_int) ctx->EOFCode, ctx );
output 674 gd/libgd/gd_gif_out.c output( (code_int)ctx->ClearCode, ctx);
output 605 gd/libgd/gdkanji.c unsigned char *output;
output 616 gd/libgd/gdkanji.c output = (unsigned char *) gdMalloc (BUFSIZ);
output 617 gd/libgd/gdkanji.c any2eucjp (output, input, BUFSIZ);
output 618 gd/libgd/gdkanji.c str = output;
output 622 gd/libgd/gdkanji.c gdFree (output);
output 106 hash/hash_haval.c output[j] = (unsigned char) (input[i] & 0xff);
output 107 hash/hash_haval.c output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output 108 hash/hash_haval.c output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output 109 hash/hash_haval.c output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output 123 hash/hash_haval.c output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output 262 hash/hash_haval.c context->passes = p; context->output = b; \
output 331 hash/hash_haval.c ((context->output & 0x03) << 6);
output 332 hash/hash_haval.c bits[1] = (context->output >> 2);
output 385 hash/hash_haval.c ((context->output & 0x03) << 6);
output 386 hash/hash_haval.c bits[1] = (context->output >> 2);
output 439 hash/hash_haval.c ((context->output & 0x03) << 6);
output 440 hash/hash_haval.c bits[1] = (context->output >> 2);
output 479 hash/hash_haval.c ((context->output & 0x03) << 6);
output 480 hash/hash_haval.c bits[1] = (context->output >> 2);
output 520 hash/hash_haval.c ((context->output & 0x03) << 6);
output 521 hash/hash_haval.c bits[1] = (context->output >> 2);
output 72 hash/hash_md.c output[j] = (unsigned char) (input[i] & 0xff);
output 73 hash/hash_md.c output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output 74 hash/hash_md.c output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output 75 hash/hash_md.c output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output 89 hash/hash_md.c output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output 694 hash/hash_md.c memcpy(output, context->state, 16);
output 195 hash/hash_ripemd.c output[i] = ((php_hash_uint32) input[j + 0]) | (((php_hash_uint32) input[j + 1]) << 8) |
output 612 hash/hash_ripemd.c output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output 613 hash/hash_ripemd.c output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output 614 hash/hash_ripemd.c output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output 615 hash/hash_ripemd.c output[j + 0] = (unsigned char) (input[i] & 0xff);
output 46 hash/hash_sha.c output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output 47 hash/hash_sha.c output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output 48 hash/hash_sha.c output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output 49 hash/hash_sha.c output[j + 3] = (unsigned char) (input[i] & 0xff);
output 64 hash/hash_sha.c output[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[j + 2]) << 8) |
output 737 hash/hash_sha.c output[j] = (unsigned char) ((input[i] >> 56) & 0xff);
output 738 hash/hash_sha.c output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff);
output 739 hash/hash_sha.c output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff);
output 740 hash/hash_sha.c output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff);
output 741 hash/hash_sha.c output[j + 4] = (unsigned char) ((input[i] >> 24) & 0xff);
output 742 hash/hash_sha.c output[j + 5] = (unsigned char) ((input[i] >> 16) & 0xff);
output 743 hash/hash_sha.c output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff);
output 744 hash/hash_sha.c output[j + 7] = (unsigned char) (input[i] & 0xff);
output 759 hash/hash_sha.c output[i] =
output 32 hash/php_hash_haval.h short output;
output 516 libxml/libxml.c int len, len_iter, output = 0;
output 526 libxml/libxml.c output = 1;
output 533 libxml/libxml.c if (output == 1) {
output 877 mbstring/libmbfl/mbfl/mbfilter.c int output;
output 889 mbstring/libmbfl/mbfl/mbfilter.c if (pc->output >= pc->start) {
output 892 mbstring/libmbfl/mbfl/mbfilter.c pc->found_pos = pc->output; /* found position */
output 927 mbstring/libmbfl/mbfl/mbfilter.c pc->output++;
output 1243 mbstring/libmbfl/mbfl/mbfilter.c pc.output = 0;
output 1279 mbstring/libmbfl/mbfl/mbfilter.c int output;
output 1287 mbstring/libmbfl/mbfl/mbfilter.c if (pc->output >= pc->stop) {
output 1291 mbstring/libmbfl/mbfl/mbfilter.c if (pc->output >= pc->start) {
output 1295 mbstring/libmbfl/mbfl/mbfilter.c pc->output++;
output 1431 mbstring/libmbfl/mbfl/mbfilter.c pc.output = 0;
output 2955 mbstring/mbstring.c char *output=NULL;
output 3025 mbstring/mbstring.c output = (char *)ret->val;
output 3030 mbstring/mbstring.c return output;
output 191 recode/recode.c zval *input, *output;
output 195 recode/recode.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srr", &req, &req_len, &input, &output) == FAILURE) {
output 200 recode/recode.c php_stream_from_zval(outstream, &output);
output 1365 reflection/php_reflection.c zval output, *output_ptr = &output;
output 1384 reflection/php_reflection.c INIT_PZVAL(&output);
output 1428 reflection/php_reflection.c ZVAL_BOOL(&output, return_output);
output 265 soap/php_packet_soap.c hdrs = fnb->output.headers;
output 906 soap/php_sdl.c xmlNodePtr input, output, fault, portTypeOperation, trav3;
output 1012 soap/php_sdl.c output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE);
output 1013 soap/php_sdl.c if (output != NULL) {
output 1016 soap/php_sdl.c message = get_attribute(output->properties, "message");
output 1022 soap/php_sdl.c name = get_attribute(output->properties, "name");
output 1038 soap/php_sdl.c output = get_node_ex(operation->children, "output", WSDL_NAMESPACE);
output 1039 soap/php_sdl.c if (output != NULL) {
output 1041 soap/php_sdl.c wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->responseParameters);
output 1717 soap/php_sdl.c sdl_deserialize_soap_body(&binding->output, encoders, types, &in);
output 2315 soap/php_sdl.c sdl_serialize_soap_body(&binding->output, &tmp_encoders, &tmp_types, out);
output 2931 soap/php_sdl.c make_persistent_sdl_soap_body(&soap_binding->output, ptr_map);
output 3563 soap/php_sdl.c delete_sdl_soap_binding_function_body(soapFunction->output);
output 3602 soap/php_sdl.c delete_sdl_soap_binding_function_body_persistent(soapFunction->output);
output 124 soap/php_sdl.h sdlSoapBindingFunctionBody output;
output 3643 soap/soap.c use = fnb->output.use;
output 3645 soap/soap.c ns = encode_add_ns(body, fnb->output.ns);
output 4022 soap/soap.c if (fnb->output.headers &&
output 4023 soap/soap.c zend_hash_find(fnb->output.headers, key.c, key.len+1, (void**)&hdr) == SUCCESS) {
output 193 standard/crypt.c char output[MD5_HASH_MAX_LEN];
output 195 standard/crypt.c RETURN_STRING(php_md5_crypt_r(str, salt, output), 1);
output 199 standard/crypt.c char *output;
output 203 standard/crypt.c output = emalloc(needed);
output 206 standard/crypt.c crypt_res = php_sha512_crypt_r(str, salt, output, needed);
output 214 standard/crypt.c RETVAL_STRING(output, 1);
output 217 standard/crypt.c memset(output, 0, needed);
output 218 standard/crypt.c efree(output);
output 222 standard/crypt.c char *output;
output 226 standard/crypt.c output = emalloc(needed);
output 229 standard/crypt.c crypt_res = php_sha256_crypt_r(str, salt, output, needed);
output 237 standard/crypt.c RETVAL_STRING(output, 1);
output 240 standard/crypt.c memset(output, 0, needed);
output 241 standard/crypt.c efree(output);
output 250 standard/crypt.c char output[PHP_MAX_SALT_LEN + 1];
output 252 standard/crypt.c memset(output, 0, PHP_MAX_SALT_LEN + 1);
output 254 standard/crypt.c crypt_res = php_crypt_blowfish_rn(str, salt, output, sizeof(output));
output 262 standard/crypt.c RETVAL_STRING(output, 1);
output 265 standard/crypt.c memset(output, 0, PHP_MAX_SALT_LEN + 1);
output 664 standard/crypt_blowfish.c BF_word output[6];
output 767 standard/crypt_blowfish.c data.binary.output[i] = L;
output 768 standard/crypt_blowfish.c data.binary.output[i + 1] = R;
output 771 standard/crypt_blowfish.c memcpy(output, setting, 7 + 22 - 1);
output 772 standard/crypt_blowfish.c output[7 + 22 - 1] = BF_itoa64[(int)
output 777 standard/crypt_blowfish.c BF_swap(data.binary.output, 6);
output 778 standard/crypt_blowfish.c BF_encode(&output[7 + 22], data.binary.output, 23);
output 779 standard/crypt_blowfish.c output[7 + 22 + 31] = '\0';
output 781 standard/crypt_blowfish.c return output;
output 789 standard/crypt_blowfish.c output[0] = '*';
output 790 standard/crypt_blowfish.c output[1] = '0';
output 791 standard/crypt_blowfish.c output[2] = '\0';
output 794 standard/crypt_blowfish.c output[1] = '1';
output 836 standard/crypt_blowfish.c _crypt_output_magic(setting, output, size);
output 837 standard/crypt_blowfish.c retval = BF_crypt(key, setting, output, size, 16);
output 876 standard/crypt_blowfish.c _crypt_output_magic(setting, output, size);
output 889 standard/crypt_blowfish.c if (output_size > 0) output[0] = '\0';
output 896 standard/crypt_blowfish.c output[0] = '$';
output 897 standard/crypt_blowfish.c output[1] = '2';
output 898 standard/crypt_blowfish.c output[2] = prefix[2];
output 899 standard/crypt_blowfish.c output[3] = '$';
output 900 standard/crypt_blowfish.c output[4] = '0' + count / 10;
output 901 standard/crypt_blowfish.c output[5] = '0' + count % 10;
output 902 standard/crypt_blowfish.c output[6] = '$';
output 904 standard/crypt_blowfish.c BF_encode(&output[7], (const BF_word *)input, 16);
output 905 standard/crypt_blowfish.c output[7 + 22] = '\0';
output 907 standard/crypt_blowfish.c return output;
output 678 standard/crypt_freesec.c memcpy(data->output, setting, 9);
output 679 standard/crypt_freesec.c data->output[9] = '\0';
output 680 standard/crypt_freesec.c p = (u_char *) data->output + 9;
output 695 standard/crypt_freesec.c data->output[0] = setting[0];
output 696 standard/crypt_freesec.c data->output[1] = setting[1];
output 697 standard/crypt_freesec.c p = (u_char *) data->output + 2;
output 726 standard/crypt_freesec.c return(data->output);
output 36 standard/crypt_freesec.h char output[21];
output 96 standard/pack.c *output++ = v[map[i]];
output 117 standard/pack.c char *output;
output 305 standard/pack.c output = emalloc(outputsize + 1);
output 318 standard/pack.c memset(&output[outputpos], (code == 'a') ? '\0' : ' ', arg);
output 324 standard/pack.c memcpy(&output[outputpos], Z_STRVAL_PP(val),
output 362 standard/pack.c output[++outputpos] = 0;
output 367 standard/pack.c output[outputpos] |= (n << nibbleshift);
output 378 standard/pack.c php_pack(argv[currentarg++], 1, byte_map, &output[outputpos]);
output 396 standard/pack.c php_pack(argv[currentarg++], 2, map, &output[outputpos]);
output 405 standard/pack.c php_pack(argv[currentarg++], sizeof(int), int_map, &output[outputpos]);
output 423 standard/pack.c php_pack(argv[currentarg++], 4, map, &output[outputpos]);
output 436 standard/pack.c memcpy(&output[outputpos], &v, sizeof(v));
output 449 standard/pack.c memcpy(&output[outputpos], &v, sizeof(v));
output 456 standard/pack.c memset(&output[outputpos], '\0', arg);
output 470 standard/pack.c memset(&output[outputpos], '\0', arg - outputpos);
output 480 standard/pack.c output[outputpos] = '\0';
output 481 standard/pack.c RETVAL_STRINGL(output, outputpos, 1);
output 482 standard/pack.c efree(output);
output 380 standard/sha1.c output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output 381 standard/sha1.c output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output 382 standard/sha1.c output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output 383 standard/sha1.c output[j + 3] = (unsigned char) (input[i] & 0xff);
output 400 standard/sha1.c output[i] = ((php_uint32) input[j + 3]) | (((php_uint32) input[j + 2]) << 8) |
output 214 standard/url_scanner_ex.c append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
output 878 standard/url_scanner_ex.c append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
output 944 standard/url_scanner_ex.c *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);
output 954 standard/url_scanner_ex.c smart_str_appendl(&ctx->result, output, output_len);
output 963 standard/url_scanner_ex.c *handled_output = estrndup(output, *handled_output_len = output_len);
output 984 standard/url_scanner_ex.c smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
output 615 tidy/tidy.c TidyBuffer output;
output 616 tidy/tidy.c tidyBufInit(&output);
output 618 tidy/tidy.c tidySaveBuffer (doc, &output);
output 619 tidy/tidy.c FIX_BUFFER(&output);
output 620 tidy/tidy.c RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1);
output 621 tidy/tidy.c tidyBufFree(&output);
output 747 tidy/tidy.c TidyBuffer output;
output 765 tidy/tidy.c tidyBufInit(&output);
output 766 tidy/tidy.c tidySaveBuffer (obj->ptdoc->doc, &output);
output 767 tidy/tidy.c ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0, 1);
output 768 tidy/tidy.c tidyBufFree(&output);
output 818 tidy/tidy.c TidyBuffer output;
output 821 tidy/tidy.c tidyBufInit(&output);
output 822 tidy/tidy.c tidySaveBuffer (obj->ptdoc->doc, &output);
output 824 tidy/tidy.c if (output.size) {
output 829 tidy/tidy.c ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE);
output 833 tidy/tidy.c tidyBufFree(&output);
output 1258 tidy/tidy.c TidyBuffer output;
output 1261 tidy/tidy.c tidyBufInit(&output);
output 1262 tidy/tidy.c tidySaveBuffer(obj->ptdoc->doc, &output);
output 1263 tidy/tidy.c FIX_BUFFER(&output);
output 1264 tidy/tidy.c RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1);
output 1265 tidy/tidy.c tidyBufFree(&output);
output 573 xmlrpc/libxmlrpc/xml_element.c xml_element_serialize(el, file_out_fptr, (void *)output, options, 0);
output 163 xmlrpc/libxmlrpc/xml_element.h void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options);
output 178 xmlrpc/libxmlrpc/xml_to_dandarpc.c XMLRPC_REQUEST_OUTPUT_OPTIONS output = XMLRPC_RequestGetOutputOptions(request);
output 179 xmlrpc/libxmlrpc/xml_to_dandarpc.c int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity == xml_elem_no_white_space);
output 590 xmlrpc/libxmlrpc/xmlrpc.c if(request && output) {
output 591 xmlrpc/libxmlrpc/xmlrpc.c memcpy (&request->output, output,
output 593 xmlrpc/libxmlrpc/xmlrpc.c return &request->output;
output 621 xmlrpc/libxmlrpc/xmlrpc.c return request ? &request->output : NULL;
output 694 xmlrpc/libxmlrpc/xmlrpc.c if (request->output.version == xmlrpc_version_simple) {
output 697 xmlrpc/libxmlrpc/xmlrpc.c else if (request->output.version == xmlrpc_version_1_0 ||
output 698 xmlrpc/libxmlrpc/xmlrpc.c request->output.version == xmlrpc_version_none) {
output 701 xmlrpc/libxmlrpc/xmlrpc.c else if (request->output.version == xmlrpc_version_soap_1_1) {
output 708 xmlrpc/libxmlrpc/xmlrpc.c &request->output.xml_elem_opts,
output 810 xmlrpc/libxmlrpc/xmlrpc.c request->output.version = xmlrpc_version_simple;
output 814 xmlrpc/libxmlrpc/xmlrpc.c request->output.version = xmlrpc_version_soap_1_1;
output 818 xmlrpc/libxmlrpc/xmlrpc.c request->output.version = xmlrpc_version_1_0;
output 383 xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_REQUEST_OUTPUT_OPTIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output);
output 117 xmlrpc/libxmlrpc/xmlrpc_private.h STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */
output 100 xmlwriter/php_xmlwriter.c if (intern->output) {
output 101 xmlwriter/php_xmlwriter.c xmlBufferFree(intern->output);
output 102 xmlwriter/php_xmlwriter.c intern->output = NULL;
output 1811 xmlwriter/php_xmlwriter.c intern->output = NULL;
output 1864 xmlwriter/php_xmlwriter.c intern->output = buffer;
output 1913 xmlwriter/php_xmlwriter.c buffer = intern->output;
output 39 xmlwriter/php_xmlwriter.h xmlBufferPtr output;