output           3033 ext/gd/gd.c    	double input, output;
output           3035 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rdd", &IM, &input, &output) == FAILURE) {
output           3049 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetRed(c)   / 255.0), input)), 1.0 / output) * 255) + .5),
output           3050 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5),
output           3051 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetBlue(c)  / 255.0), input)), 1.0 / output) * 255) + .5),
output           3061 ext/gd/gd.c    		im->red[i]   = (int)((pow((pow((im->red[i]   / 255.0), input)), 1.0 / output) * 255) + .5);
output           3062 ext/gd/gd.c    		im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5);
output           3063 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            605 ext/gd/libgd/gdkanji.c   unsigned char *output;
output            616 ext/gd/libgd/gdkanji.c   output = (unsigned char *) gdMalloc (BUFSIZ);
output            617 ext/gd/libgd/gdkanji.c   any2eucjp (output, input, BUFSIZ);
output            618 ext/gd/libgd/gdkanji.c   str = output;
output            622 ext/gd/libgd/gdkanji.c   gdFree (output);
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            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             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             89 ext/hash/hash_md.c 		output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            694 ext/hash/hash_md.c 	memcpy(output, context->state, 16);
output            195 ext/hash/hash_ripemd.c 		output[i] = ((php_hash_uint32) input[j + 0]) | (((php_hash_uint32) input[j + 1]) << 8) |
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             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             64 ext/hash/hash_sha.c 		output[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[j + 2]) << 8) |
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            759 ext/hash/hash_sha.c 		output[i] = 
output             32 ext/hash/php_hash_haval.h 	short output;
output            532 ext/libxml/libxml.c 	int len, len_iter, output = 0;
output            542 ext/libxml/libxml.c 		output = 1;
output            549 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           2955 ext/mbstring/mbstring.c 	char *output=NULL;
output           3025 ext/mbstring/mbstring.c 		output = (char *)ret->val;
output           3030 ext/mbstring/mbstring.c 	return output;
output            191 ext/recode/recode.c 	zval *input, *output;
output            195 ext/recode/recode.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srr", &req, &req_len, &input, &output) == FAILURE) {
output            200 ext/recode/recode.c 	php_stream_from_zval(outstream, &output);
output           1366 ext/reflection/php_reflection.c 	zval output, *output_ptr = &output;
output           1385 ext/reflection/php_reflection.c 	INIT_PZVAL(&output);
output           1429 ext/reflection/php_reflection.c 	ZVAL_BOOL(&output, return_output);
output            265 ext/soap/php_packet_soap.c 			hdrs = fnb->output.headers;
output            906 ext/soap/php_sdl.c 					xmlNodePtr input, output, fault, portTypeOperation, trav3;
output           1012 ext/soap/php_sdl.c 					output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE);
output           1013 ext/soap/php_sdl.c 					if (output != NULL) {
output           1016 ext/soap/php_sdl.c 						message = get_attribute(output->properties, "message");
output           1022 ext/soap/php_sdl.c 						name = get_attribute(output->properties, "name");
output           1038 ext/soap/php_sdl.c 							output = get_node_ex(operation->children, "output", WSDL_NAMESPACE);
output           1039 ext/soap/php_sdl.c 							if (output != NULL) {
output           1041 ext/soap/php_sdl.c 								wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->responseParameters);
output           1717 ext/soap/php_sdl.c 				sdl_deserialize_soap_body(&binding->output, encoders, types, &in);
output           2315 ext/soap/php_sdl.c 					sdl_serialize_soap_body(&binding->output, &tmp_encoders, &tmp_types, out);
output           2932 ext/soap/php_sdl.c 			make_persistent_sdl_soap_body(&soap_binding->output, ptr_map);
output           3564 ext/soap/php_sdl.c 		delete_sdl_soap_binding_function_body(soapFunction->output);
output           3603 ext/soap/php_sdl.c 		delete_sdl_soap_binding_function_body_persistent(soapFunction->output);
output            124 ext/soap/php_sdl.h 	sdlSoapBindingFunctionBody  output;
output           3766 ext/soap/soap.c 		use = fnb->output.use;
output           3768 ext/soap/soap.c 			ns = encode_add_ns(body, fnb->output.ns);
output           4150 ext/soap/soap.c 							if (fnb->output.headers &&
output           4151 ext/soap/soap.c 							    zend_hash_find(fnb->output.headers, key.c, key.len+1, (void**)&hdr) == SUCCESS) {
output            158 ext/standard/crypt.c 			char output[MD5_HASH_MAX_LEN], *out;
output            160 ext/standard/crypt.c 			out = php_md5_crypt_r(password, salt, output);
output            167 ext/standard/crypt.c 			char *output;
output            168 ext/standard/crypt.c 			output = emalloc(PHP_MAX_SALT_LEN);
output            170 ext/standard/crypt.c 			crypt_res = php_sha512_crypt_r(password, salt, output, PHP_MAX_SALT_LEN);
output            172 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            173 ext/standard/crypt.c 				efree(output);
output            176 ext/standard/crypt.c 				*result = estrdup(output);
output            177 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            178 ext/standard/crypt.c 				efree(output);
output            182 ext/standard/crypt.c 			char *output;
output            183 ext/standard/crypt.c 			output = emalloc(PHP_MAX_SALT_LEN);
output            185 ext/standard/crypt.c 			crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN);
output            187 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            188 ext/standard/crypt.c 				efree(output);
output            191 ext/standard/crypt.c 				*result = estrdup(output);
output            192 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN);
output            193 ext/standard/crypt.c 				efree(output);
output            203 ext/standard/crypt.c 			char output[PHP_MAX_SALT_LEN + 1];
output            205 ext/standard/crypt.c 			memset(output, 0, PHP_MAX_SALT_LEN + 1);
output            207 ext/standard/crypt.c 			crypt_res = php_crypt_blowfish_rn(password, salt, output, sizeof(output));
output            209 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN + 1);
output            212 ext/standard/crypt.c 				*result = estrdup(output);
output            213 ext/standard/crypt.c 				memset(output, 0, PHP_MAX_SALT_LEN + 1);
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            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            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            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            678 ext/standard/crypt_freesec.c 		memcpy(data->output, setting, 9);
output            679 ext/standard/crypt_freesec.c 		data->output[9] = '\0';
output            680 ext/standard/crypt_freesec.c 		p = (u_char *) data->output + 9;
output            695 ext/standard/crypt_freesec.c 		data->output[0] = setting[0];
output            696 ext/standard/crypt_freesec.c 		data->output[1] = setting[1];
output            697 ext/standard/crypt_freesec.c 		p = (u_char *) data->output + 2;
output            726 ext/standard/crypt_freesec.c 	return(data->output);
output             36 ext/standard/crypt_freesec.h 	char output[21];
output             96 ext/standard/pack.c 		*output++ = v[map[i]];
output            117 ext/standard/pack.c 	char *output;
output            313 ext/standard/pack.c 	output = emalloc(outputsize + 1);
output            328 ext/standard/pack.c 				memset(&output[outputpos], (code == 'a' || code == 'Z') ? '\0' : ' ', arg);
output            334 ext/standard/pack.c 				memcpy(&output[outputpos], Z_STRVAL_PP(val),
output            373 ext/standard/pack.c 						output[++outputpos] = 0;
output            378 ext/standard/pack.c 					output[outputpos] |= (n << nibbleshift);
output            389 ext/standard/pack.c 					php_pack(argv[currentarg++], 1, byte_map, &output[outputpos]);
output            407 ext/standard/pack.c 					php_pack(argv[currentarg++], 2, map, &output[outputpos]);
output            416 ext/standard/pack.c 					php_pack(argv[currentarg++], sizeof(int), int_map, &output[outputpos]);
output            434 ext/standard/pack.c 					php_pack(argv[currentarg++], 4, map, &output[outputpos]);
output            447 ext/standard/pack.c 					memcpy(&output[outputpos], &v, sizeof(v));
output            460 ext/standard/pack.c 					memcpy(&output[outputpos], &v, sizeof(v));
output            467 ext/standard/pack.c 				memset(&output[outputpos], '\0', arg);
output            481 ext/standard/pack.c 					memset(&output[outputpos], '\0', arg - outputpos);
output            491 ext/standard/pack.c 	output[outputpos] = '\0';
output            492 ext/standard/pack.c 	RETVAL_STRINGL(output, outputpos, 1);
output            493 ext/standard/pack.c 	efree(output);
output            380 ext/standard/sha1.c 		output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output            381 ext/standard/sha1.c 		output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output            382 ext/standard/sha1.c 		output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output            383 ext/standard/sha1.c 		output[j + 3] = (unsigned char) (input[i] & 0xff);
output            400 ext/standard/sha1.c 		output[i] = ((php_uint32) input[j + 3]) | (((php_uint32) input[j + 2]) << 8) |
output            214 ext/standard/url_scanner_ex.c 		append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
output            864 ext/standard/url_scanner_ex.c 	append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
output            930 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) TSRMLS_CC);
output            940 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
output            949 ext/standard/url_scanner_ex.c 			*handled_output = estrndup(output, *handled_output_len = output_len);
output            970 ext/standard/url_scanner_ex.c 		smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
output            615 ext/tidy/tidy.c 				TidyBuffer output;
output            616 ext/tidy/tidy.c 				tidyBufInit(&output);
output            618 ext/tidy/tidy.c 				tidySaveBuffer (doc, &output);
output            619 ext/tidy/tidy.c 				FIX_BUFFER(&output);
output            620 ext/tidy/tidy.c 				RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1);
output            621 ext/tidy/tidy.c 				tidyBufFree(&output);
output            747 ext/tidy/tidy.c 	TidyBuffer output;
output            765 ext/tidy/tidy.c 			tidyBufInit(&output);
output            766 ext/tidy/tidy.c 			tidySaveBuffer (obj->ptdoc->doc, &output);
output            767 ext/tidy/tidy.c 			ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0, 1);
output            768 ext/tidy/tidy.c 			tidyBufFree(&output);
output            818 ext/tidy/tidy.c 	TidyBuffer output;
output            821 ext/tidy/tidy.c 	tidyBufInit(&output);
output            822 ext/tidy/tidy.c 	tidySaveBuffer (obj->ptdoc->doc, &output);
output            824 ext/tidy/tidy.c 	if (output.size) {
output            829 ext/tidy/tidy.c 		ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE);
output            833 ext/tidy/tidy.c 	tidyBufFree(&output);
output           1258 ext/tidy/tidy.c 	TidyBuffer output;
output           1261 ext/tidy/tidy.c 	tidyBufInit(&output);
output           1262 ext/tidy/tidy.c 	tidySaveBuffer(obj->ptdoc->doc, &output);
output           1263 ext/tidy/tidy.c 	FIX_BUFFER(&output);
output           1264 ext/tidy/tidy.c 	RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1);
output           1265 ext/tidy/tidy.c 	tidyBufFree(&output);
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            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           1811 ext/xmlwriter/php_xmlwriter.c 	intern->output = NULL;
output           1864 ext/xmlwriter/php_xmlwriter.c 	intern->output = buffer;
output           1913 ext/xmlwriter/php_xmlwriter.c 		buffer = intern->output;
output             39 ext/xmlwriter/php_xmlwriter.h 	xmlBufferPtr output;
output            133 main/output.c  	ZEND_INIT_MODULE_GLOBALS(output, php_output_init_globals, NULL);
output             52 main/php_globals.h 	char *output;
output            643 sapi/apache2filter/sapi_apache2.c 	int output = (f == r->output_filters);
output            651 sapi/apache2filter/sapi_apache2.c 				     output ? "Output" : "Input", r->uri);
output            657 sapi/apache2filter/sapi_apache2.c 	if (output) {