output           3010 ext/gd/gd.c    	double input, output;
output           3012 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rdd", &IM, &input, &output) == FAILURE) {
output           3028 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetRed(c)   / 255.0), input)), 1.0 / output) * 255) + .5),
output           3029 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5),
output           3030 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetBlue(c)  / 255.0), input)), 1.0 / output) * 255) + .5),
output           3040 ext/gd/gd.c    		im->red[i]   = (int)((pow((pow((im->red[i]   / 255.0), input)), 1.0 / output) * 255) + .5);
output           3041 ext/gd/gd.c    		im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5);
output           3042 ext/gd/gd.c    		im->blue[i]  = (int)((pow((pow((im->blue[i]  / 255.0), input)), 1.0 / output) * 255) + .5);
output             94 ext/gd/libgd/gd_gif_out.c static void output (code_int code, GifCtx *ctx);
output            489 ext/gd/libgd/gd_gif_out.c output(code_int code, GifCtx *ctx);
output            534 ext/gd/libgd/gd_gif_out.c     output( (code_int)ctx->ClearCode, ctx );
output            566 ext/gd/libgd/gd_gif_out.c         output ( (code_int) ent, ctx );
output            582 ext/gd/libgd/gd_gif_out.c     output( (code_int)ent, ctx );
output            584 ext/gd/libgd/gd_gif_out.c     output( (code_int) ctx->EOFCode, ctx );
output            674 ext/gd/libgd/gd_gif_out.c         output( (code_int)ctx->ClearCode, ctx);
output            604 ext/gd/libgd/gdkanji.c   unsigned char *output;
output            615 ext/gd/libgd/gdkanji.c   output = (unsigned char *) gdMalloc (BUFSIZ);
output            616 ext/gd/libgd/gdkanji.c   any2eucjp (output, input, BUFSIZ);
output            617 ext/gd/libgd/gdkanji.c   str = output;
output            621 ext/gd/libgd/gdkanji.c   gdFree (output);
output            101 ext/hash/hash_haval.c static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len)
output            106 ext/hash/hash_haval.c 		output[j] = (unsigned char) (input[i] & 0xff);
output            107 ext/hash/hash_haval.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output            108 ext/hash/hash_haval.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output            109 ext/hash/hash_haval.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output            118 ext/hash/hash_haval.c static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len)
output            123 ext/hash/hash_haval.c 		output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            262 ext/hash/hash_haval.c 	context->passes = p;	context->output = b; \
output            331 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            332 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            385 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            386 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            439 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            440 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            479 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            480 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            520 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            521 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output             67 ext/hash/hash_md.c static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len)
output             72 ext/hash/hash_md.c 		output[j] = (unsigned char) (input[i] & 0xff);
output             73 ext/hash/hash_md.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output             74 ext/hash/hash_md.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output             75 ext/hash/hash_md.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output             84 ext/hash/hash_md.c static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len)
output             89 ext/hash/hash_md.c 		output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            688 ext/hash/hash_md.c PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context)
output            694 ext/hash/hash_md.c 	memcpy(output, context->state, 16);
output            190 ext/hash/hash_ripemd.c static void RIPEMDDecode(php_hash_uint32 *output, const unsigned char *input, unsigned int len)
output            195 ext/hash/hash_ripemd.c 		output[i] = ((php_hash_uint32) input[j + 0]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            607 ext/hash/hash_ripemd.c static void RIPEMDEncode(unsigned char *output, php_hash_uint32 *input, unsigned int len)
output            612 ext/hash/hash_ripemd.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output            613 ext/hash/hash_ripemd.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output            614 ext/hash/hash_ripemd.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output            615 ext/hash/hash_ripemd.c 		output[j + 0] = (unsigned char) (input[i] & 0xff);
output             41 ext/hash/hash_sha.c static void SHAEncode32(unsigned char *output, php_hash_uint32 *input, unsigned int len)
output             46 ext/hash/hash_sha.c 		output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output             47 ext/hash/hash_sha.c 		output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output             48 ext/hash/hash_sha.c 		output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output             49 ext/hash/hash_sha.c 		output[j + 3] = (unsigned char) (input[i] & 0xff);
output             59 ext/hash/hash_sha.c static void SHADecode32(php_hash_uint32 *output, const unsigned char *input, unsigned int len)
output             64 ext/hash/hash_sha.c 		output[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[j + 2]) << 8) |
output            732 ext/hash/hash_sha.c static void SHAEncode64(unsigned char *output, php_hash_uint64 *input, unsigned int len)
output            737 ext/hash/hash_sha.c 		output[j] = (unsigned char) ((input[i] >> 56) & 0xff);
output            738 ext/hash/hash_sha.c 		output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff);
output            739 ext/hash/hash_sha.c 		output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff);
output            740 ext/hash/hash_sha.c 		output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff);
output            741 ext/hash/hash_sha.c 		output[j + 4] = (unsigned char) ((input[i] >> 24) & 0xff);
output            742 ext/hash/hash_sha.c 		output[j + 5] = (unsigned char) ((input[i] >> 16) & 0xff);
output            743 ext/hash/hash_sha.c 		output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff);
output            744 ext/hash/hash_sha.c 		output[j + 7] = (unsigned char) (input[i] & 0xff);
output            754 ext/hash/hash_sha.c static void SHADecode64(php_hash_uint64 *output, const unsigned char *input, unsigned int len)
output            759 ext/hash/hash_sha.c 		output[i] =
output             32 ext/hash/php_hash_haval.h 	short output;
output            539 ext/libxml/libxml.c 	int len, len_iter, output = 0;
output            548 ext/libxml/libxml.c 		output = 1;
output            555 ext/libxml/libxml.c 	if (output == 1) {
output            877 ext/mbstring/libmbfl/mbfl/mbfilter.c 	int output;
output            889 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc->output >= pc->start) {
output            892 ext/mbstring/libmbfl/mbfl/mbfilter.c 				pc->found_pos = pc->output;			/* found position */
output            927 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc->output++;
output           1243 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc.output = 0;
output           1279 ext/mbstring/libmbfl/mbfl/mbfilter.c 	int output;
output           1287 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc->output >= pc->stop) {
output           1291 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc->output >= pc->start) {
output           1295 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc->output++;
output           1431 ext/mbstring/libmbfl/mbfl/mbfilter.c 		pc.output = 0;
output           3118 ext/mbstring/mbstring.c 	char *output=NULL;
output           3188 ext/mbstring/mbstring.c 		output = (char *)ret->val;
output           3193 ext/mbstring/mbstring.c 	return output;
output            347 ext/oci8/oci8.c 	ZEND_ARG_INFO(1, output)
output             78 ext/recode/recode.c 	ZEND_ARG_INFO(0, output)
output            191 ext/recode/recode.c 	zval *input, *output;
output            195 ext/recode/recode.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "srr", &req, &req_len, &input, &output) == FAILURE) {
output            200 ext/recode/recode.c 	php_stream_from_zval(outstream, output);
output           1363 ext/reflection/php_reflection.c 	zval output, *output_ptr = &output;
output           1422 ext/reflection/php_reflection.c 	ZVAL_BOOL(&output, return_output);
output            267 ext/soap/php_packet_soap.c 			hdrs = fnb->output.headers;
output            898 ext/soap/php_sdl.c 					xmlNodePtr input, output, fault, portTypeOperation, trav3;
output           1004 ext/soap/php_sdl.c 					output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE);
output           1005 ext/soap/php_sdl.c 					if (output != NULL) {
output           1008 ext/soap/php_sdl.c 						message = get_attribute(output->properties, "message");
output           1030 ext/soap/php_sdl.c 							output = get_node_ex(operation->children, "output", WSDL_NAMESPACE);
output           1031 ext/soap/php_sdl.c 							if (output != NULL) {
output           1033 ext/soap/php_sdl.c 								wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->responseParameters);
output           1711 ext/soap/php_sdl.c 				sdl_deserialize_soap_body(&binding->output, encoders, types, &in);
output           2307 ext/soap/php_sdl.c 							sdl_serialize_soap_body(&binding->output, &tmp_encoders, &tmp_types, out);
output           2903 ext/soap/php_sdl.c 			make_persistent_sdl_soap_body(&soap_binding->output, ptr_map);
output           3517 ext/soap/php_sdl.c 		delete_sdl_soap_binding_function_body(soapFunction->output);
output           3556 ext/soap/php_sdl.c 		delete_sdl_soap_binding_function_body_persistent(soapFunction->output);
output            124 ext/soap/php_sdl.h 	sdlSoapBindingFunctionBody  output;
output           3764 ext/soap/soap.c 		use = fnb->output.use;
output           3766 ext/soap/soap.c 			ns = encode_add_ns(body, fnb->output.ns);
output           4138 ext/soap/soap.c 							if (fnb->output.headers &&
output           4139 ext/soap/soap.c 							    (hdr = zend_hash_find_ptr(fnb->output.headers, key.s)) != NULL) {
output            992 ext/standard/basic_functions.c 	ZEND_ARG_INFO(1, output) /* ARRAY_INFO(1, output, 1) */
output            165 ext/standard/crypt.c 			char output[MD5_HASH_MAX_LEN], *out;
output            167 ext/standard/crypt.c 			out = php_md5_crypt_r(password, salt, output);
output            173 ext/standard/crypt.c 			char *output;
output            174 ext/standard/crypt.c 			output = emalloc(PHP_MAX_SALT_LEN);
output            176 ext/standard/crypt.c 			crypt_res = php_sha512_crypt_r(password, salt, output, PHP_MAX_SALT_LEN);
output            178 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            179 ext/standard/crypt.c 				efree(output);
output            182 ext/standard/crypt.c 				result = zend_string_init(output, strlen(output), 0);
output            183 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            184 ext/standard/crypt.c 				efree(output);
output            188 ext/standard/crypt.c 			char *output;
output            189 ext/standard/crypt.c 			output = emalloc(PHP_MAX_SALT_LEN);
output            191 ext/standard/crypt.c 			crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN);
output            193 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            194 ext/standard/crypt.c 				efree(output);
output            197 ext/standard/crypt.c 				result = zend_string_init(output, strlen(output), 0);
output            198 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            199 ext/standard/crypt.c 				efree(output);
output            206 ext/standard/crypt.c 			char output[PHP_MAX_SALT_LEN + 1];
output            208 ext/standard/crypt.c 			memset(output, 0, PHP_MAX_SALT_LEN + 1);
output            210 ext/standard/crypt.c 			crypt_res = php_crypt_blowfish_rn(password, salt, output, sizeof(output));
output            212 ext/standard/crypt.c 				ZEND_SECURE_ZERO(output, PHP_MAX_SALT_LEN + 1);
output            215 ext/standard/crypt.c 				result = zend_string_init(output, strlen(output), 0);
output            216 ext/standard/crypt.c 				ZEND_SECURE_ZERO(output, PHP_MAX_SALT_LEN + 1);
output            655 ext/standard/crypt_blowfish.c 	char *output, int size,
output            666 ext/standard/crypt_blowfish.c 			BF_word output[6];
output            769 ext/standard/crypt_blowfish.c 		data.binary.output[i] = L;
output            770 ext/standard/crypt_blowfish.c 		data.binary.output[i + 1] = R;
output            773 ext/standard/crypt_blowfish.c 	memcpy(output, setting, 7 + 22 - 1);
output            774 ext/standard/crypt_blowfish.c 	output[7 + 22 - 1] = BF_itoa64[(int)
output            779 ext/standard/crypt_blowfish.c 	BF_swap(data.binary.output, 6);
output            780 ext/standard/crypt_blowfish.c 	BF_encode(&output[7 + 22], data.binary.output, 23);
output            781 ext/standard/crypt_blowfish.c 	output[7 + 22 + 31] = '\0';
output            783 ext/standard/crypt_blowfish.c 	return output;
output            786 ext/standard/crypt_blowfish.c static int _crypt_output_magic(const char *setting, char *output, int size)
output            791 ext/standard/crypt_blowfish.c 	output[0] = '*';
output            792 ext/standard/crypt_blowfish.c 	output[1] = '0';
output            793 ext/standard/crypt_blowfish.c 	output[2] = '\0';
output            796 ext/standard/crypt_blowfish.c 		output[1] = '1';
output            822 ext/standard/crypt_blowfish.c 	char *output, int size)
output            839 ext/standard/crypt_blowfish.c 	_crypt_output_magic(setting, output, size);
output            840 ext/standard/crypt_blowfish.c 	retval = BF_crypt(key, setting, output, size, 16);
output            881 ext/standard/crypt_blowfish.c 	_crypt_output_magic(setting, output, size);
output            888 ext/standard/crypt_blowfish.c 	const char *input, int size, char *output, int output_size)
output            894 ext/standard/crypt_blowfish.c 		if (output_size > 0) output[0] = '\0';
output            901 ext/standard/crypt_blowfish.c 	output[0] = '$';
output            902 ext/standard/crypt_blowfish.c 	output[1] = '2';
output            903 ext/standard/crypt_blowfish.c 	output[2] = prefix[2];
output            904 ext/standard/crypt_blowfish.c 	output[3] = '$';
output            905 ext/standard/crypt_blowfish.c 	output[4] = '0' + count / 10;
output            906 ext/standard/crypt_blowfish.c 	output[5] = '0' + count % 10;
output            907 ext/standard/crypt_blowfish.c 	output[6] = '$';
output            909 ext/standard/crypt_blowfish.c 	BF_encode(&output[7], (const BF_word *)input, 16);
output            910 ext/standard/crypt_blowfish.c 	output[7 + 22] = '\0';
output            912 ext/standard/crypt_blowfish.c 	return output;
output             22 ext/standard/crypt_blowfish.h extern int _crypt_output_magic(const char *setting, char *output, int size);
output             25 ext/standard/crypt_blowfish.h 	char *output, int size);
output             29 ext/standard/crypt_blowfish.h 	const char *input, int size, char *output, int output_size);
output            676 ext/standard/crypt_freesec.c 		memcpy(data->output, setting, 9);
output            677 ext/standard/crypt_freesec.c 		data->output[9] = '\0';
output            678 ext/standard/crypt_freesec.c 		p = (u_char *) data->output + 9;
output            693 ext/standard/crypt_freesec.c 		data->output[0] = setting[0];
output            694 ext/standard/crypt_freesec.c 		data->output[1] = setting[1];
output            695 ext/standard/crypt_freesec.c 		p = (u_char *) data->output + 2;
output            724 ext/standard/crypt_freesec.c 	return(data->output);
output             23 ext/standard/crypt_freesec.h 	char output[21];
output             93 ext/standard/pack.c static void php_pack(zval *val, size_t size, int *map, char *output)
output            102 ext/standard/pack.c 		*output++ = v[map[i]];
output            123 ext/standard/pack.c 	zend_string *output;
output            324 ext/standard/pack.c 	output = zend_string_alloc(outputsize, 0);
output            341 ext/standard/pack.c 				memset(&ZSTR_VAL(output)[outputpos], (code == 'a' || code == 'Z') ? '\0' : ' ', arg);
output            342 ext/standard/pack.c 				memcpy(&ZSTR_VAL(output)[outputpos], ZSTR_VAL(str),
output            379 ext/standard/pack.c 						ZSTR_VAL(output)[++outputpos] = 0;
output            384 ext/standard/pack.c 					ZSTR_VAL(output)[outputpos] |= (n << nibbleshift);
output            396 ext/standard/pack.c 					php_pack(&argv[currentarg++], 1, byte_map, &ZSTR_VAL(output)[outputpos]);
output            414 ext/standard/pack.c 					php_pack(&argv[currentarg++], 2, map, &ZSTR_VAL(output)[outputpos]);
output            423 ext/standard/pack.c 					php_pack(&argv[currentarg++], sizeof(int), int_map, &ZSTR_VAL(output)[outputpos]);
output            441 ext/standard/pack.c 					php_pack(&argv[currentarg++], 4, map, &ZSTR_VAL(output)[outputpos]);
output            461 ext/standard/pack.c 					php_pack(&argv[currentarg++], 8, map, &ZSTR_VAL(output)[outputpos]);
output            471 ext/standard/pack.c 					memcpy(&ZSTR_VAL(output)[outputpos], &v, sizeof(v));
output            480 ext/standard/pack.c 					memcpy(&ZSTR_VAL(output)[outputpos], &v, sizeof(v));
output            487 ext/standard/pack.c 				memset(&ZSTR_VAL(output)[outputpos], '\0', arg);
output            501 ext/standard/pack.c 					memset(&ZSTR_VAL(output)[outputpos], '\0', arg - outputpos);
output            510 ext/standard/pack.c 	ZSTR_VAL(output)[outputpos] = '\0';
output            511 ext/standard/pack.c 	ZSTR_LEN(output) = outputpos;
output            512 ext/standard/pack.c 	RETURN_NEW_STR(output);
output            367 ext/standard/sha1.c static void SHA1Encode(output, input, len)
output            368 ext/standard/sha1.c unsigned char *output;
output            375 ext/standard/sha1.c 		output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output            376 ext/standard/sha1.c 		output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output            377 ext/standard/sha1.c 		output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output            378 ext/standard/sha1.c 		output[j + 3] = (unsigned char) (input[i] & 0xff);
output            387 ext/standard/sha1.c static void SHA1Decode(output, input, len)
output            388 ext/standard/sha1.c php_uint32 *output;
output            395 ext/standard/sha1.c 		output[i] = ((php_uint32) input[j + 3]) | (((php_uint32) input[j + 2]) << 8) |
output            219 ext/standard/url_scanner_ex.c 		append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
output            892 ext/standard/url_scanner_ex.c 	append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
output            957 ext/standard/url_scanner_ex.c static void php_url_scanner_output_handler(char *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode)
output            962 ext/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));
output            972 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
output            980 ext/standard/url_scanner_ex.c 			*handled_output = estrndup(output, *handled_output_len = output_len);
output           1000 ext/standard/url_scanner_ex.c 		smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
output            623 ext/tidy/tidy.c 				TidyBuffer output;
output            624 ext/tidy/tidy.c 				tidyBufInit(&output);
output            626 ext/tidy/tidy.c 				tidySaveBuffer (doc, &output);
output            627 ext/tidy/tidy.c 				FIX_BUFFER(&output);
output            628 ext/tidy/tidy.c 				RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0);
output            629 ext/tidy/tidy.c 				tidyBufFree(&output);
output            740 ext/tidy/tidy.c 	TidyBuffer output;
output            758 ext/tidy/tidy.c 			tidyBufInit(&output);
output            759 ext/tidy/tidy.c 			tidySaveBuffer (obj->ptdoc->doc, &output);
output            760 ext/tidy/tidy.c 			ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0);
output            761 ext/tidy/tidy.c 			tidyBufFree(&output);
output            811 ext/tidy/tidy.c 	TidyBuffer output;
output            814 ext/tidy/tidy.c 	tidyBufInit(&output);
output            815 ext/tidy/tidy.c 	tidySaveBuffer (obj->ptdoc->doc, &output);
output            817 ext/tidy/tidy.c 	if (output.size) {
output            821 ext/tidy/tidy.c 		ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1);
output            825 ext/tidy/tidy.c 	tidyBufFree(&output);
output           1243 ext/tidy/tidy.c 	TidyBuffer output;
output           1246 ext/tidy/tidy.c 	tidyBufInit(&output);
output           1247 ext/tidy/tidy.c 	tidySaveBuffer(obj->ptdoc->doc, &output);
output           1248 ext/tidy/tidy.c 	FIX_BUFFER(&output);
output           1249 ext/tidy/tidy.c 	RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0);
output           1250 ext/tidy/tidy.c 	tidyBufFree(&output);
output            571 ext/xmlrpc/libxmlrpc/xml_element.c void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options)
output            573 ext/xmlrpc/libxmlrpc/xml_element.c    xml_element_serialize(el, file_out_fptr, (void *)output, options, 0);
output            163 ext/xmlrpc/libxmlrpc/xml_element.h void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options);
output            178 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       XMLRPC_REQUEST_OUTPUT_OPTIONS output = XMLRPC_RequestGetOutputOptions(request);
output            179 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity == xml_elem_no_white_space);
output            596 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_REQUEST_OUTPUT_OPTIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output) {
output            597 ext/xmlrpc/libxmlrpc/xmlrpc.c    if(request && output) {
output            598 ext/xmlrpc/libxmlrpc/xmlrpc.c 		memcpy (&request->output, output,
output            600 ext/xmlrpc/libxmlrpc/xmlrpc.c       return &request->output;
output            628 ext/xmlrpc/libxmlrpc/xmlrpc.c    return request ? &request->output : NULL;
output            701 ext/xmlrpc/libxmlrpc/xmlrpc.c 		if (request->output.version == xmlrpc_version_simple) {
output            704 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_1_0 ||
output            705 ext/xmlrpc/libxmlrpc/xmlrpc.c 					request->output.version == xmlrpc_version_none) {
output            708 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_soap_1_1) {
output            715 ext/xmlrpc/libxmlrpc/xmlrpc.c 													&request->output.xml_elem_opts,
output            817 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_simple;
output            821 ext/xmlrpc/libxmlrpc/xmlrpc.c 				request->output.version = xmlrpc_version_soap_1_1;
output            825 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_1_0;
output            383 ext/xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_REQUEST_OUTPUT_OPTIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output);
output            117 ext/xmlrpc/libxmlrpc/xmlrpc_private.h    STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output;       /* xml output options                */
output            100 ext/xmlwriter/php_xmlwriter.c 		if (intern->output) {
output            101 ext/xmlwriter/php_xmlwriter.c 			xmlBufferFree(intern->output);
output            102 ext/xmlwriter/php_xmlwriter.c 			intern->output = NULL;
output           1716 ext/xmlwriter/php_xmlwriter.c 	intern->output = NULL;
output           1759 ext/xmlwriter/php_xmlwriter.c 	intern->output = buffer;
output           1800 ext/xmlwriter/php_xmlwriter.c 		buffer = intern->output;
output             42 ext/xmlwriter/php_xmlwriter.h 	xmlBufferPtr output;
output            520 main/main.c    	STD_PHP_INI_ENTRY("arg_separator.output",	"&",		PHP_INI_ALL,		OnUpdateStringUnempty,	arg_separator.output,	php_core_globals,	core_globals)
output             38 main/output.c  PHPAPI ZEND_DECLARE_MODULE_GLOBALS(output);
output            140 main/output.c  	ZEND_INIT_MODULE_GLOBALS(output, php_output_init_globals, NULL);
output             52 main/php_globals.h 	char *output;
output            108 main/php_output.h typedef void (*php_output_handler_func_t)(char *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode);
output            140 main/php_output.h ZEND_BEGIN_MODULE_GLOBALS(output)
output            147 main/php_output.h ZEND_END_MODULE_GLOBALS(output)
output            149 main/php_output.h PHPAPI ZEND_EXTERN_MODULE_GLOBALS(output)
output           1232 sapi/phpdbg/phpdbg_bp.c PHPDBG_API void phpdbg_hit_breakpoint(phpdbg_breakbase_t *brake, zend_bool output) /* {{{ */
output           1236 sapi/phpdbg/phpdbg_bp.c 	if (output) {
output            144 sapi/phpdbg/phpdbg_bp.h PHPDBG_API void phpdbg_hit_breakpoint(phpdbg_breakbase_t* brake, zend_bool output);