in                465 TSRM/tsrm_win32.c 	HANDLE in, out;
in                497 TSRM/tsrm_win32.c 	if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) {
in                512 TSRM/tsrm_win32.c 		in = dupHandle(in, FALSE);
in                517 TSRM/tsrm_win32.c 		startup.hStdInput  = in;
in                558 TSRM/tsrm_win32.c 		fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode);
in                562 TSRM/tsrm_win32.c 		CloseHandle(in);
in                216 Zend/zend_language_scanner.c 	lex_state->in = SCNG(yy_in);
in                251 Zend/zend_language_scanner.c 	SCNG(yy_in) = lex_state->in;
in                 36 Zend/zend_language_scanner.h 	zend_file_handle *in;
in                127 ext/date/lib/parse_date.c #define TIMELIB_ADJUST_RELATIVE_WEEKDAY() if (in->time.have_weekday_relative && (in.rel.d > 0)) { in.rel.d -= 7; }
in               24625 ext/date/lib/parse_date.c 	Scanner in;
in               24629 ext/date/lib/parse_date.c 	memset(&in, 0, sizeof(in));
in               24630 ext/date/lib/parse_date.c 	in.errors = timelib_malloc(sizeof(struct timelib_error_container));
in               24631 ext/date/lib/parse_date.c 	in.errors->warning_count = 0;
in               24632 ext/date/lib/parse_date.c 	in.errors->warning_messages = NULL;
in               24633 ext/date/lib/parse_date.c 	in.errors->error_count = 0;
in               24634 ext/date/lib/parse_date.c 	in.errors->error_messages = NULL;
in               24645 ext/date/lib/parse_date.c 		in.time = timelib_time_ctor();
in               24646 ext/date/lib/parse_date.c 		add_error(&in, "Empty string");
in               24648 ext/date/lib/parse_date.c 			*errors = in.errors;
in               24650 ext/date/lib/parse_date.c 			timelib_error_container_dtor(in.errors);
in               24652 ext/date/lib/parse_date.c 		in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->f = in.time->dst = in.time->z = TIMELIB_UNSET;
in               24653 ext/date/lib/parse_date.c 		in.time->is_localtime = in.time->zone_type = 0;
in               24654 ext/date/lib/parse_date.c 		return in.time;
in               24658 ext/date/lib/parse_date.c 	in.str = timelib_malloc((e - s) + YYMAXFILL);
in               24659 ext/date/lib/parse_date.c 	memset(in.str, 0, (e - s) + YYMAXFILL);
in               24660 ext/date/lib/parse_date.c 	memcpy(in.str, s, (e - s));
in               24661 ext/date/lib/parse_date.c 	in.lim = in.str + (e - s) + YYMAXFILL;
in               24662 ext/date/lib/parse_date.c 	in.cur = in.str;
in               24663 ext/date/lib/parse_date.c 	in.time = timelib_time_ctor();
in               24664 ext/date/lib/parse_date.c 	in.time->y = TIMELIB_UNSET;
in               24665 ext/date/lib/parse_date.c 	in.time->d = TIMELIB_UNSET;
in               24666 ext/date/lib/parse_date.c 	in.time->m = TIMELIB_UNSET;
in               24667 ext/date/lib/parse_date.c 	in.time->h = TIMELIB_UNSET;
in               24668 ext/date/lib/parse_date.c 	in.time->i = TIMELIB_UNSET;
in               24669 ext/date/lib/parse_date.c 	in.time->s = TIMELIB_UNSET;
in               24670 ext/date/lib/parse_date.c 	in.time->f = TIMELIB_UNSET;
in               24671 ext/date/lib/parse_date.c 	in.time->z = TIMELIB_UNSET;
in               24672 ext/date/lib/parse_date.c 	in.time->dst = TIMELIB_UNSET;
in               24673 ext/date/lib/parse_date.c 	in.tzdb = tzdb;
in               24674 ext/date/lib/parse_date.c 	in.time->is_localtime = 0;
in               24675 ext/date/lib/parse_date.c 	in.time->zone_type = 0;
in               24676 ext/date/lib/parse_date.c 	in.time->relative.days = TIMELIB_UNSET;
in               24679 ext/date/lib/parse_date.c 		t = scan(&in, tz_get_wrapper);
in               24686 ext/date/lib/parse_date.c 	if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) {
in               24687 ext/date/lib/parse_date.c 		add_warning(&in, "The parsed time was invalid");
in               24690 ext/date/lib/parse_date.c 	if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
in               24691 ext/date/lib/parse_date.c 		add_warning(&in, "The parsed date was invalid");
in               24694 ext/date/lib/parse_date.c 	timelib_free(in.str);
in               24696 ext/date/lib/parse_date.c 		*errors = in.errors;
in               24698 ext/date/lib/parse_date.c 		timelib_error_container_dtor(in.errors);
in               24700 ext/date/lib/parse_date.c 	return in.time;
in               24740 ext/date/lib/parse_date.c 	Scanner in;
in               24741 ext/date/lib/parse_date.c 	Scanner *s = ∈
in               24744 ext/date/lib/parse_date.c 	memset(&in, 0, sizeof(in));
in               24745 ext/date/lib/parse_date.c 	in.errors = timelib_malloc(sizeof(struct timelib_error_container));
in               24746 ext/date/lib/parse_date.c 	in.errors->warning_count = 0;
in               24747 ext/date/lib/parse_date.c 	in.errors->warning_messages = NULL;
in               24748 ext/date/lib/parse_date.c 	in.errors->error_count = 0;
in               24749 ext/date/lib/parse_date.c 	in.errors->error_messages = NULL;
in               24751 ext/date/lib/parse_date.c 	in.time = timelib_time_ctor();
in               24752 ext/date/lib/parse_date.c 	in.time->y = TIMELIB_UNSET;
in               24753 ext/date/lib/parse_date.c 	in.time->d = TIMELIB_UNSET;
in               24754 ext/date/lib/parse_date.c 	in.time->m = TIMELIB_UNSET;
in               24755 ext/date/lib/parse_date.c 	in.time->h = TIMELIB_UNSET;
in               24756 ext/date/lib/parse_date.c 	in.time->i = TIMELIB_UNSET;
in               24757 ext/date/lib/parse_date.c 	in.time->s = TIMELIB_UNSET;
in               24758 ext/date/lib/parse_date.c 	in.time->f = TIMELIB_UNSET;
in               24759 ext/date/lib/parse_date.c 	in.time->z = TIMELIB_UNSET;
in               24760 ext/date/lib/parse_date.c 	in.time->dst = TIMELIB_UNSET;
in               24761 ext/date/lib/parse_date.c 	in.tzdb = tzdb;
in               24762 ext/date/lib/parse_date.c 	in.time->is_localtime = 0;
in               24763 ext/date/lib/parse_date.c 	in.time->zone_type = 0;
in               24779 ext/date/lib/parse_date.c 						in.time->have_relative = 1;
in               24780 ext/date/lib/parse_date.c 						in.time->relative.have_weekday_relative = 1;
in               24781 ext/date/lib/parse_date.c 						in.time->relative.weekday = tmprel->multiplier;
in               24782 ext/date/lib/parse_date.c 						in.time->relative.weekday_behavior = 1;
in               25062 ext/date/lib/parse_date.c 		*errors = in.errors;
in               25064 ext/date/lib/parse_date.c 		timelib_error_container_dtor(in.errors);
in               25066 ext/date/lib/parse_date.c 	return in.time;
in                918 ext/date/lib/parse_iso_intervals.c 	Scanner in;
in                922 ext/date/lib/parse_iso_intervals.c 	memset(&in, 0, sizeof(in));
in                923 ext/date/lib/parse_iso_intervals.c 	in.errors = timelib_malloc(sizeof(struct timelib_error_container));
in                924 ext/date/lib/parse_iso_intervals.c 	in.errors->warning_count = 0;
in                925 ext/date/lib/parse_iso_intervals.c 	in.errors->warning_messages = NULL;
in                926 ext/date/lib/parse_iso_intervals.c 	in.errors->error_count = 0;
in                927 ext/date/lib/parse_iso_intervals.c 	in.errors->error_messages = NULL;
in                938 ext/date/lib/parse_iso_intervals.c 		add_error(&in, "Empty string");
in                940 ext/date/lib/parse_iso_intervals.c 			*errors = in.errors;
in                942 ext/date/lib/parse_iso_intervals.c 			timelib_error_container_dtor(in.errors);
in                949 ext/date/lib/parse_iso_intervals.c 	in.str = timelib_malloc((e - s) + YYMAXFILL);
in                950 ext/date/lib/parse_iso_intervals.c 	memset(in.str, 0, (e - s) + YYMAXFILL);
in                951 ext/date/lib/parse_iso_intervals.c 	memcpy(in.str, s, (e - s));
in                952 ext/date/lib/parse_iso_intervals.c 	in.lim = in.str + (e - s) + YYMAXFILL;
in                953 ext/date/lib/parse_iso_intervals.c 	in.cur = in.str;
in                956 ext/date/lib/parse_iso_intervals.c 	in.begin = timelib_time_ctor();
in                957 ext/date/lib/parse_iso_intervals.c 	in.begin->y = TIMELIB_UNSET;
in                958 ext/date/lib/parse_iso_intervals.c 	in.begin->d = TIMELIB_UNSET;
in                959 ext/date/lib/parse_iso_intervals.c 	in.begin->m = TIMELIB_UNSET;
in                960 ext/date/lib/parse_iso_intervals.c 	in.begin->h = TIMELIB_UNSET;
in                961 ext/date/lib/parse_iso_intervals.c 	in.begin->i = TIMELIB_UNSET;
in                962 ext/date/lib/parse_iso_intervals.c 	in.begin->s = TIMELIB_UNSET;
in                963 ext/date/lib/parse_iso_intervals.c 	in.begin->f = 0;
in                964 ext/date/lib/parse_iso_intervals.c 	in.begin->z = 0;
in                965 ext/date/lib/parse_iso_intervals.c 	in.begin->dst = 0;
in                966 ext/date/lib/parse_iso_intervals.c 	in.begin->is_localtime = 0;
in                967 ext/date/lib/parse_iso_intervals.c 	in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET;
in                969 ext/date/lib/parse_iso_intervals.c 	in.end = timelib_time_ctor();
in                970 ext/date/lib/parse_iso_intervals.c 	in.end->y = TIMELIB_UNSET;
in                971 ext/date/lib/parse_iso_intervals.c 	in.end->d = TIMELIB_UNSET;
in                972 ext/date/lib/parse_iso_intervals.c 	in.end->m = TIMELIB_UNSET;
in                973 ext/date/lib/parse_iso_intervals.c 	in.end->h = TIMELIB_UNSET;
in                974 ext/date/lib/parse_iso_intervals.c 	in.end->i = TIMELIB_UNSET;
in                975 ext/date/lib/parse_iso_intervals.c 	in.end->s = TIMELIB_UNSET;
in                976 ext/date/lib/parse_iso_intervals.c 	in.end->f = 0;
in                977 ext/date/lib/parse_iso_intervals.c 	in.end->z = 0;
in                978 ext/date/lib/parse_iso_intervals.c 	in.end->dst = 0;
in                979 ext/date/lib/parse_iso_intervals.c 	in.end->is_localtime = 0;
in                980 ext/date/lib/parse_iso_intervals.c 	in.end->zone_type = TIMELIB_ZONETYPE_OFFSET;
in                982 ext/date/lib/parse_iso_intervals.c 	in.period = timelib_rel_time_ctor();
in                983 ext/date/lib/parse_iso_intervals.c 	in.period->y = 0;
in                984 ext/date/lib/parse_iso_intervals.c 	in.period->d = 0;
in                985 ext/date/lib/parse_iso_intervals.c 	in.period->m = 0;
in                986 ext/date/lib/parse_iso_intervals.c 	in.period->h = 0;
in                987 ext/date/lib/parse_iso_intervals.c 	in.period->i = 0;
in                988 ext/date/lib/parse_iso_intervals.c 	in.period->s = 0;
in                989 ext/date/lib/parse_iso_intervals.c 	in.period->weekday = 0;
in                990 ext/date/lib/parse_iso_intervals.c 	in.period->weekday_behavior = 0;
in                991 ext/date/lib/parse_iso_intervals.c 	in.period->first_last_day_of = 0;
in                992 ext/date/lib/parse_iso_intervals.c 	in.period->days = TIMELIB_UNSET;
in                994 ext/date/lib/parse_iso_intervals.c 	in.recurrences = 1;
in                997 ext/date/lib/parse_iso_intervals.c 		t = scan(&in);
in               1003 ext/date/lib/parse_iso_intervals.c 	timelib_free(in.str);
in               1005 ext/date/lib/parse_iso_intervals.c 		*errors = in.errors;
in               1007 ext/date/lib/parse_iso_intervals.c 		timelib_error_container_dtor(in.errors);
in               1009 ext/date/lib/parse_iso_intervals.c 	if (in.have_begin_date) {
in               1010 ext/date/lib/parse_iso_intervals.c 		*begin = in.begin;
in               1012 ext/date/lib/parse_iso_intervals.c 		timelib_time_dtor(in.begin);
in               1014 ext/date/lib/parse_iso_intervals.c 	if (in.have_end_date) {
in               1015 ext/date/lib/parse_iso_intervals.c 		*end   = in.end;
in               1017 ext/date/lib/parse_iso_intervals.c 		timelib_time_dtor(in.end);
in               1019 ext/date/lib/parse_iso_intervals.c 	if (in.have_period) {
in               1020 ext/date/lib/parse_iso_intervals.c 		*period = in.period;
in               1022 ext/date/lib/parse_iso_intervals.c 		timelib_rel_time_dtor(in.period);
in               1024 ext/date/lib/parse_iso_intervals.c 	if (in.have_recurrences) {
in               1025 ext/date/lib/parse_iso_intervals.c 		*recurrences = in.recurrences;
in                 32 ext/dba/libcdb/uint32.c void uint32_pack(char *out, uint32 in)
in                 34 ext/dba/libcdb/uint32.c 	out[0] = in&0xff; in>>=8;
in                 35 ext/dba/libcdb/uint32.c 	out[1] = in&0xff; in>>=8;
in                 36 ext/dba/libcdb/uint32.c 	out[2] = in&0xff; in>>=8;
in                 37 ext/dba/libcdb/uint32.c 	out[3] = in&0xff;
in                 42 ext/dba/libcdb/uint32.c void uint32_unpack(const char *in, uint32 *out)
in                 44 ext/dba/libcdb/uint32.c 	*out = (((uint32)(unsigned char)in[3])<<24) |
in                 45 ext/dba/libcdb/uint32.c 	       (((uint32)(unsigned char)in[2])<<16) |
in                 46 ext/dba/libcdb/uint32.c 	       (((uint32)(unsigned char)in[1])<<8) |
in                 47 ext/dba/libcdb/uint32.c 	       (((uint32)(unsigned char)in[0]));
in                 36 ext/dba/libcdb/uint32.h void uint32_pack(char *out, uint32 in);
in                 37 ext/dba/libcdb/uint32.h void uint32_unpack(const char *in, uint32 *out);
in                362 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromPngCtx(gdIOCtxPtr in);
in                372 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromWebpCtx(gdIOCtxPtr in);
in                391 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromPngSource(gdSourcePtr in);
in                393 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGd(FILE *in);
in                394 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGdCtx(gdIOCtxPtr in);
in                396 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGd2(FILE *in);
in                397 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGd2Ctx(gdIOCtxPtr in);
in                399 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGd2Part(FILE *in, int srcx, int srcy, int w, int h);
in                400 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGd2PartCtx(gdIOCtxPtr in, int srcx, int srcy, int w, int h);
in                619 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGifCtx(gdIOCtxPtr in);
in                620 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromGifSource(gdSourcePtr in);
in                755 ext/gd/libgd/gd.h gdIOCtx* gdNewSSCtx(gdSourcePtr in, gdSinkPtr out);
in                 16 ext/gd/libgd/gd2copypal.c   FILE *in, *out;
in                 22 ext/gd/libgd/gd2copypal.c   in = fopen (argv[1], "rb");
in                 23 ext/gd/libgd/gd2copypal.c   if (!in)
in                 28 ext/gd/libgd/gd2copypal.c   pal = gdImageCreateFromGd2 (in);
in                 29 ext/gd/libgd/gd2copypal.c   fclose (in);
in                 36 ext/gd/libgd/gd2copypal.c   in = fopen (argv[2], "rb");
in                 37 ext/gd/libgd/gd2copypal.c   if (!in)
in                 42 ext/gd/libgd/gd2copypal.c   im = gdImageCreateFromGd2 (in);
in                 43 ext/gd/libgd/gd2copypal.c   fclose (in);
in                 16 ext/gd/libgd/gd2time.c   FILE *in;
in                 39 ext/gd/libgd/gd2time.c       in = fopen (argv[1], "rb");
in                 40 ext/gd/libgd/gd2time.c       if (!in)
in                 46 ext/gd/libgd/gd2time.c       im = gdImageCreateFromGd2Part (in, x, y, w, h);
in                 47 ext/gd/libgd/gd2time.c       fclose (in);
in                 14 ext/gd/libgd/gd2topng.c   FILE *in, *out;
in                 20 ext/gd/libgd/gd2topng.c   in = fopen (argv[1], "rb");
in                 21 ext/gd/libgd/gd2topng.c   if (!in)
in                 26 ext/gd/libgd/gd2topng.c   im = gdImageCreateFromGd2 (in);
in                 27 ext/gd/libgd/gd2topng.c   fclose (in);
in                363 ext/gd/libgd/gd_crop.c static int colors_equal (const int col1, const in col2)
in                 22 ext/gd/libgd/gd_gd.c int _gdGetColors (gdIOCtx * in, gdImagePtr im, int gd2xFlag)
in                 27 ext/gd/libgd/gd_gd.c 		if (!gdGetByte(&trueColorFlag, in)) {
in                 39 ext/gd/libgd/gd_gd.c 			if (!gdGetWord(&im->colorsTotal, in)) {
in                 47 ext/gd/libgd/gd_gd.c 		if (!gdGetInt(&im->transparent, in)) {
in                 51 ext/gd/libgd/gd_gd.c 		if (!gdGetByte(&im->colorsTotal, in)) {
in                 54 ext/gd/libgd/gd_gd.c 		if (!gdGetWord(&im->transparent, in)) {
in                 69 ext/gd/libgd/gd_gd.c 		if (!gdGetByte(&im->red[i], in)) {
in                 72 ext/gd/libgd/gd_gd.c 		if (!gdGetByte(&im->green[i], in)) {
in                 75 ext/gd/libgd/gd_gd.c 		if (!gdGetByte(&im->blue[i], in)) {
in                 79 ext/gd/libgd/gd_gd.c 			if (!gdGetByte(&im->alpha[i], in)) {
in                 97 ext/gd/libgd/gd_gd.c static gdImagePtr _gdCreateFromFile (gdIOCtx * in, int *sx, int *sy)
in                103 ext/gd/libgd/gd_gd.c 	if (!gdGetWord(sx, in)) {
in                113 ext/gd/libgd/gd_gd.c 		if (!gdGetWord(sx, in)) {
in                117 ext/gd/libgd/gd_gd.c 	if (!gdGetWord(sy, in)) {
in                131 ext/gd/libgd/gd_gd.c 	if (!_gdGetColors(in, im, gd2xFlag)) {
in                145 ext/gd/libgd/gd_gd.c 	gdIOCtx *in;
in                147 ext/gd/libgd/gd_gd.c 	in = gdNewFileCtx(inFile);
in                148 ext/gd/libgd/gd_gd.c 	im = gdImageCreateFromGdCtx(in);
in                150 ext/gd/libgd/gd_gd.c 	in->gd_free(in);
in                158 ext/gd/libgd/gd_gd.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                159 ext/gd/libgd/gd_gd.c 	im = gdImageCreateFromGdCtx(in);
in                160 ext/gd/libgd/gd_gd.c 	in->gd_free(in);
in                165 ext/gd/libgd/gd_gd.c gdImagePtr gdImageCreateFromGdCtx (gdIOCtxPtr in)
in                172 ext/gd/libgd/gd_gd.c 	im = _gdCreateFromFile(in, &sx, &sy);
in                184 ext/gd/libgd/gd_gd.c 				if (!gdGetInt(&pix, in)) {
in                194 ext/gd/libgd/gd_gd.c 				ch = gdGetC(in);
in                 48 ext/gd/libgd/gd_gd2.c extern int _gdGetColors(gdIOCtx * in, gdImagePtr im, int gd2xFlag);
in                 54 ext/gd/libgd/gd_gd2.c static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, int *ncy, t_chunk_info ** chunkIdx)
in                 66 ext/gd/libgd/gd_gd2.c 		ch = gdGetC(in);
in                 83 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(vers, in) != 1) {
in                 94 ext/gd/libgd/gd_gd2.c 	if (!gdGetWord(sx, in)) {
in                 98 ext/gd/libgd/gd_gd2.c 	if (!gdGetWord(sy, in)) {
in                105 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(cs, in) != 1) {
in                116 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(fmt, in) != 1) {
in                127 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(ncx, in) != 1) {
in                133 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(ncy, in) != 1) {
in                147 ext/gd/libgd/gd_gd2.c 			if (gdGetInt(&cidx[i].offset, in) != 1) {
in                150 ext/gd/libgd/gd_gd2.c 			if (gdGetInt(&cidx[i].size, in) != 1) {
in                165 ext/gd/libgd/gd_gd2.c static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, int *ncy, t_chunk_info ** cidx)
in                169 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader (in, sx, sy, cs, vers, fmt, ncx, ncy, cidx) != 1) {
in                184 ext/gd/libgd/gd_gd2.c 	if (!_gdGetColors(in, im, (*vers) == 2)) {
in                200 ext/gd/libgd/gd_gd2.c static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLen, gdIOCtx * in)
in                204 ext/gd/libgd/gd_gd2.c 	if (gdTell(in) != offset) {
in                206 ext/gd/libgd/gd_gd2.c 		gdSeek(in, offset);
in                213 ext/gd/libgd/gd_gd2.c 	if (gdGetBuf(compBuf, compSize, in) != compSize) {
in                229 ext/gd/libgd/gd_gd2.c 	gdIOCtx *in = gdNewFileCtx(inFile);
in                232 ext/gd/libgd/gd_gd2.c 	im = gdImageCreateFromGd2Ctx(in);
in                234 ext/gd/libgd/gd_gd2.c 	in->gd_free(in);
in                242 ext/gd/libgd/gd_gd2.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                243 ext/gd/libgd/gd_gd2.c 	im = gdImageCreateFromGd2Ctx(in);
in                244 ext/gd/libgd/gd_gd2.c 	in->gd_free(in);
in                249 ext/gd/libgd/gd_gd2.c gdImagePtr gdImageCreateFromGd2Ctx (gdIOCtxPtr in)
in                269 ext/gd/libgd/gd_gd2.c 	if (!(im = _gd2CreateFromFile(in, &sx, &sy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx))) {
in                311 ext/gd/libgd/gd_gd2.c 				if (!_gd2ReadChunk(chunkIdx[chunkNum].offset, compBuf, chunkIdx[chunkNum].size, (char *) chunkBuf, &chunkLen, in)) {
in                329 ext/gd/libgd/gd_gd2.c 							if (!gdGetInt(&im->tpixels[y][x], in)) {
in                334 ext/gd/libgd/gd_gd2.c 							if (!gdGetByte(&ch, in)) {
in                393 ext/gd/libgd/gd_gd2.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                394 ext/gd/libgd/gd_gd2.c 	im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h);
in                395 ext/gd/libgd/gd_gd2.c 	in->gd_free(in);
in                403 ext/gd/libgd/gd_gd2.c 	gdIOCtx *in = gdNewFileCtx(inFile);
in                405 ext/gd/libgd/gd_gd2.c 	im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h);
in                407 ext/gd/libgd/gd_gd2.c 	in->gd_free(in);
in                412 ext/gd/libgd/gd_gd2.c gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h)
in                441 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) {
in                457 ext/gd/libgd/gd_gd2.c 	if (!_gdGetColors(in, im, vers == 2)) {
in                508 ext/gd/libgd/gd_gd2.c 	dstart = gdTell(in);
in                538 ext/gd/libgd/gd_gd2.c 				if (!gdSeek(in, dpos)) {
in                547 ext/gd/libgd/gd_gd2.c 				if (!_gd2ReadChunk (chunkIdx[chunkNum].offset, compBuf, chunkIdx[chunkNum].size, (char *)chunkBuf, &chunkLen, in)) {
in                561 ext/gd/libgd/gd_gd2.c 							if (!gdGetInt((int *)&ch, in)) {
in                565 ext/gd/libgd/gd_gd2.c 							ch = gdGetC(in);
in                103 ext/gd/libgd/gd_gif_in.c 	gdIOCtx         *in = gdNewSSCtx(inSource, NULL);
in                106 ext/gd/libgd/gd_gif_in.c 	im = gdImageCreateFromGifCtx(in);
in                108 ext/gd/libgd/gd_gif_in.c 	in->gd_free(in);
in                284 ext/gd/libgd/gd_jpeg.c 	gdIOCtx *in = gdNewFileCtx(inFile);
in                285 ext/gd/libgd/gd_jpeg.c 	im = gdImageCreateFromJpegCtxEx(in, ignore_warning);
in                286 ext/gd/libgd/gd_jpeg.c 	in->gd_free (in);
in                299 ext/gd/libgd/gd_jpeg.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                300 ext/gd/libgd/gd_jpeg.c 	im = gdImageCreateFromJpegCtxEx(in, ignore_warning);
in                301 ext/gd/libgd/gd_jpeg.c 	in->gd_free(in);
in                 96 ext/gd/libgd/gd_png.c 	gdIOCtx *in = gdNewFileCtx(inFile);
in                 97 ext/gd/libgd/gd_png.c 	im = gdImageCreateFromPngCtx(in);
in                 98 ext/gd/libgd/gd_png.c 	in->gd_free(in);
in                106 ext/gd/libgd/gd_png.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                107 ext/gd/libgd/gd_png.c 	im = gdImageCreateFromPngCtx(in);
in                108 ext/gd/libgd/gd_png.c 	in->gd_free(in);
in                 29 ext/gd/libgd/gd_ss.c 	gdIOCtx *in = gdNewSSCtx(inSource, NULL);
in                 32 ext/gd/libgd/gd_ss.c 	im = gdImageCreateFromPngCtx(in);
in                 34 ext/gd/libgd/gd_ss.c 	in->gd_free(in);
in               1596 ext/gd/libgd/gd_topal.c   int in, out;
in               1617 ext/gd/libgd/gd_topal.c   for (in = 0; in < STEPSIZE; in++, out++)
in               1619 ext/gd/libgd/gd_topal.c       table[in] = out;
in               1620 ext/gd/libgd/gd_topal.c       table[-in] = -out;
in               1623 ext/gd/libgd/gd_topal.c   for (; in < STEPSIZE * 3; in++, out += (in & 1) ? 0 : 1)
in               1625 ext/gd/libgd/gd_topal.c       table[in] = out;
in               1626 ext/gd/libgd/gd_topal.c       table[-in] = -out;
in               1629 ext/gd/libgd/gd_topal.c   for (; in <= MAXJSAMPLE; in++)
in               1631 ext/gd/libgd/gd_topal.c       table[in] = out;
in               1632 ext/gd/libgd/gd_topal.c       table[-in] = -out;
in                 79 ext/gd/libgd/gd_wbmp.c int gd_getin (void *in)
in                 81 ext/gd/libgd/gd_wbmp.c 	return (gdGetC((gdIOCtx *) in));
in                172 ext/gd/libgd/gd_wbmp.c 	gdIOCtx *in = gdNewFileCtx(inFile);
in                173 ext/gd/libgd/gd_wbmp.c 	im = gdImageCreateFromWBMPCtx(in);
in                174 ext/gd/libgd/gd_wbmp.c 	in->gd_free(in);
in                182 ext/gd/libgd/gd_wbmp.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                183 ext/gd/libgd/gd_wbmp.c 	im = gdImageCreateFromWBMPCtx(in);
in                184 ext/gd/libgd/gd_wbmp.c 	in->gd_free(in);
in                 16 ext/gd/libgd/gd_webp.c 	gdIOCtx *in = gdNewFileCtx(inFile);
in                 17 ext/gd/libgd/gd_webp.c 	if (!in)
in                 19 ext/gd/libgd/gd_webp.c 	im = gdImageCreateFromWebpCtx(in);
in                 20 ext/gd/libgd/gd_webp.c 	in->gd_free(in);
in                 29 ext/gd/libgd/gd_webp.c 	gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0);
in                 30 ext/gd/libgd/gd_webp.c 	if (!in)
in                 32 ext/gd/libgd/gd_webp.c 	im = gdImageCreateFromWebpCtx(in);
in                 33 ext/gd/libgd/gd_webp.c 	in->gd_free(in);
in                 10 ext/gd/libgd/gddemo.c   FILE *in;
in                 38 ext/gd/libgd/gddemo.c   in = fopen ("demoin.png", "rb");
in                 39 ext/gd/libgd/gddemo.c   if (!in)
in                 48 ext/gd/libgd/gddemo.c       im_in = gdImageCreateFromPng (in);
in                 49 ext/gd/libgd/gddemo.c       fclose (in);
in                 14 ext/gd/libgd/gdparttopng.c   FILE *in, *out;
in                 22 ext/gd/libgd/gdparttopng.c   in = fopen (argv[1], "rb");
in                 23 ext/gd/libgd/gdparttopng.c   if (!in)
in                 36 ext/gd/libgd/gdparttopng.c   im = gdImageCreateFromGd2Part (in, x, y, w, h);
in                 37 ext/gd/libgd/gdparttopng.c   fclose (in);
in                 23 ext/gd/libgd/gdtest.c   FILE *in, *out;
in                 38 ext/gd/libgd/gdtest.c   in = fopen (argv[1], "rb");
in                 39 ext/gd/libgd/gdtest.c   if (!in)
in                 44 ext/gd/libgd/gdtest.c   im = gdImageCreateFromPng (in);
in                 46 ext/gd/libgd/gdtest.c   rewind (in);
in                 47 ext/gd/libgd/gdtest.c   ref = gdImageCreateFromPng (in);
in                 49 ext/gd/libgd/gdtest.c   fclose (in);
in                 64 ext/gd/libgd/gdtest.c   in = fopen (of, "rb");
in                 65 ext/gd/libgd/gdtest.c   if (!in)
in                 70 ext/gd/libgd/gdtest.c   im2 = gdImageCreateFromPng (in);
in                 71 ext/gd/libgd/gdtest.c   fclose (in);
in                 96 ext/gd/libgd/gdtest.c   in = fopen (of, "rb");
in                 97 ext/gd/libgd/gdtest.c   if (!in)
in                102 ext/gd/libgd/gdtest.c   im2 = gdImageCreateFromGd2 (in);
in                103 ext/gd/libgd/gdtest.c   fclose (in);
in                131 ext/gd/libgd/gdtest.c   in = fopen (of, "rb");
in                132 ext/gd/libgd/gdtest.c   if (!in)
in                137 ext/gd/libgd/gdtest.c   im2 = gdImageCreateFromGd (in);
in                138 ext/gd/libgd/gdtest.c   fclose (in);
in                161 ext/gd/libgd/gdtest.c   in = fopen (argv[1], "rb");
in                164 ext/gd/libgd/gdtest.c   imgsrc.context = in;
in                166 ext/gd/libgd/gdtest.c   fclose (in);
in                189 ext/gd/libgd/gdtest.c   in = fopen (of, "rb");
in                190 ext/gd/libgd/gdtest.c   if (!in)
in                196 ext/gd/libgd/gdtest.c       im2 = gdImageCreateFromPng (in);
in                197 ext/gd/libgd/gdtest.c       fclose (in);
in                208 ext/gd/libgd/gdtest.c   in = fopen ("test/gdtest_200_300_150_100.png", "rb");
in                209 ext/gd/libgd/gdtest.c   if (!in)
in                214 ext/gd/libgd/gdtest.c   im2 = gdImageCreateFromPng (in);
in                215 ext/gd/libgd/gdtest.c   fclose (in);
in                218 ext/gd/libgd/gdtest.c   in = fopen ("test/gdtest.gd2", "rb");
in                219 ext/gd/libgd/gdtest.c   if (!in)
in                224 ext/gd/libgd/gdtest.c   im3 = gdImageCreateFromGd2Part (in, 200, 300, 150, 100);
in                225 ext/gd/libgd/gdtest.c   fclose (in);
in                235 ext/gd/libgd/gdtest.c   in = fopen ("test/gdtest.png", "rb");
in                236 ext/gd/libgd/gdtest.c   if (!in)
in                241 ext/gd/libgd/gdtest.c   im2 = gdImageCreateFromPng (in);
in                242 ext/gd/libgd/gdtest.c   fclose (in);
in                258 ext/gd/libgd/gdtest.c   in = fopen ("test/gdtest_merge.png", "rb");
in                259 ext/gd/libgd/gdtest.c   if (!in)
in                264 ext/gd/libgd/gdtest.c   im3 = gdImageCreateFromPng (in);
in                265 ext/gd/libgd/gdtest.c   fclose (in);
in                282 ext/gd/libgd/gdtest.c   in = fopen ("test/gdtest.jpg", "rb");
in                283 ext/gd/libgd/gdtest.c   if (!in)
in                288 ext/gd/libgd/gdtest.c   im2 = gdImageCreateFromJpeg (in);
in                289 ext/gd/libgd/gdtest.c   fclose (in);
in                320 ext/gd/libgd/gdtest.c       in = fopen ("test/gdtest.wbmp", "rb");
in                321 ext/gd/libgd/gdtest.c       if (!in)
in                326 ext/gd/libgd/gdtest.c       im2 = gdImageCreateFromWBMP (in);
in                336 ext/gd/libgd/gdtest.c       fclose (in);
in                 13 ext/gd/libgd/gdtopng.c   FILE *in, *out;
in                 19 ext/gd/libgd/gdtopng.c   in = fopen (argv[1], "rb");
in                 20 ext/gd/libgd/gdtopng.c   if (!in)
in                 25 ext/gd/libgd/gdtopng.c   im = gdImageCreateFromGd (in);
in                 26 ext/gd/libgd/gdtopng.c   fclose (in);
in                 14 ext/gd/libgd/pngtogd.c   FILE *in, *out;
in                 20 ext/gd/libgd/pngtogd.c   in = fopen (argv[1], "rb");
in                 21 ext/gd/libgd/pngtogd.c   if (!in)
in                 26 ext/gd/libgd/pngtogd.c   im = gdImageCreateFromPng (in);
in                 27 ext/gd/libgd/pngtogd.c   fclose (in);
in                 15 ext/gd/libgd/pngtogd2.c   FILE *in, *out;
in                 25 ext/gd/libgd/pngtogd2.c   in = fopen (argv[1], "rb");
in                 26 ext/gd/libgd/pngtogd2.c   if (!in)
in                 31 ext/gd/libgd/pngtogd2.c   im = gdImageCreateFromPng (in);
in                 32 ext/gd/libgd/pngtogd2.c   fclose (in);
in                 20 ext/gd/libgd/testac.c   FILE *in;
in                 40 ext/gd/libgd/testac.c   in = fopen (argv[1], "rb");
in                 41 ext/gd/libgd/testac.c   if (!in)
in                 48 ext/gd/libgd/testac.c       im_in = gdImageCreateFromPng (in);
in                 49 ext/gd/libgd/testac.c       fclose (in);
in                 38 ext/gd/libgd/wbmp.c getmbi (int (*getin) (void *in), void *in)
in                 44 ext/gd/libgd/wbmp.c       i = getin (in);
in                 90 ext/gd/libgd/wbmp.c skipheader (int (*getin) (void *in), void *in)
in                 96 ext/gd/libgd/wbmp.c       i = getin (in);
in                151 ext/gd/libgd/wbmp.c readwbmp (int (*getin) (void *in), void *in, Wbmp ** return_wbmp)
in                159 ext/gd/libgd/wbmp.c   wbmp->type = getin (in);
in                166 ext/gd/libgd/wbmp.c   if (skipheader (getin, in))
in                170 ext/gd/libgd/wbmp.c   wbmp->width = getmbi (getin, in);
in                177 ext/gd/libgd/wbmp.c   wbmp->height = getmbi (getin, in);
in                210 ext/gd/libgd/wbmp.c 	  byte = getin (in);
in                342 ext/gd/libgd/wbmp.c getin (void *in)
in                344 ext/gd/libgd/wbmp.c   return (getc ((FILE *) in));
in                 44 ext/gd/libgd/wbmp.h int 	getmbi ( int (*getin)(void *in), void *in );
in                 45 ext/gd/libgd/wbmp.h int     skipheader( int (*getin)(void *in), void *in );
in                 47 ext/gd/libgd/wbmp.h int     readwbmp( int (*getin)(void *in), void *in, Wbmp **wbmp );
in                 22 ext/gd/libgd/webpng.c   FILE *in;
in                 48 ext/gd/libgd/webpng.c       in = stdin;
in                 52 ext/gd/libgd/webpng.c       in = fopen (argv[argc - 1], "rb");
in                 54 ext/gd/libgd/webpng.c   if (!in)
in                 61 ext/gd/libgd/webpng.c   im = gdImageCreateFromPng (in);
in                 62 ext/gd/libgd/webpng.c   fclose (in);
in                201 ext/hash/hash.c static inline void php_hash_string_xor_char(unsigned char *out, const unsigned char *in, const unsigned char xor_with, const int length) {
in                204 ext/hash/hash.c 		out[i] = in[i] ^ xor_with;
in                208 ext/hash/hash.c static inline void php_hash_string_xor(unsigned char *out, const unsigned char *in, const unsigned char *xor_with, const int length) {
in                211 ext/hash/hash.c 		out[i] = in[i] ^ xor_with[i];
in                146 ext/hash/php_hash.h static inline void php_hash_bin2hex(char *out, const unsigned char *in, int in_len)
in                152 ext/hash/php_hash.h 		out[i * 2]       = hexits[in[i] >> 4];
in                153 ext/hash/php_hash.h 		out[(i * 2) + 1] = hexits[in[i] &  0x0F];
in                438 ext/iconv/iconv.c 	if (output_context->in.used) {
in                441 ext/iconv/iconv.c 		_php_iconv_show_error(php_iconv_string(output_context->in.data, output_context->in.used, &out, get_output_encoding(), get_internal_encoding()), get_output_encoding(), get_internal_encoding());
in                358 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, in)
in                362 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, in)
in               2790 ext/imap/php_imap.c 	const unsigned char *in, *inp, *endp;
in               2806 ext/imap/php_imap.c 	in = (const unsigned char *) ZSTR_VAL(arg);
in               2812 ext/imap/php_imap.c 	for (endp = (inp = in) + inlen; inp < endp; inp++) {
in               2868 ext/imap/php_imap.c 	for (endp = (inp = in) + inlen; inp < endp; inp++) {
in               2929 ext/imap/php_imap.c 	const unsigned char *in, *inp, *endp;
in               2945 ext/imap/php_imap.c 	in = (const unsigned char *) ZSTR_VAL(arg);
in               2951 ext/imap/php_imap.c 	endp = (inp = in) + inlen;
in               2985 ext/imap/php_imap.c 	endp = (inp = in) + inlen;
in               3042 ext/imap/php_imap.c 	zend_string *in;
in               3045 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &in) == FAILURE) {
in               3049 ext/imap/php_imap.c 	if (ZSTR_LEN(in) < 1) {
in               3054 ext/imap/php_imap.c 		out = utf8_to_mutf7((unsigned char *) ZSTR_VAL(in));
in               3056 ext/imap/php_imap.c 		out = utf8_from_mutf7((unsigned char *) ZSTR_VAL(in));
in                572 ext/ldap/ldap.c static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in)
in                574 ext/ldap/ldap.c 	sasl_interact_t *interact = in;
in                820 ext/mbstring/ucgendat/ucgendat.c read_cdata(FILE *in)
in                827 ext/mbstring/ucgendat/ucgendat.c     while (fgets(line, sizeof(line), in)) {
in               1214 ext/mbstring/ucgendat/ucgendat.c read_compexdata(FILE *in)
in               1222 ext/mbstring/ucgendat/ucgendat.c     while (fgets(line, sizeof(line), in)) {
in               1929 ext/mbstring/ucgendat/ucgendat.c     FILE *in;
in               1935 ext/mbstring/ucgendat/ucgendat.c     in = stdin;
in               1951 ext/mbstring/ucgendat/ucgendat.c                 if ((in = fopen(argv[0], "r")) == 0)
in               1956 ext/mbstring/ucgendat/ucgendat.c                     read_compexdata(in);
in               1957 ext/mbstring/ucgendat/ucgendat.c                     fclose(in);
in               1958 ext/mbstring/ucgendat/ucgendat.c                     in = 0;
in               1965 ext/mbstring/ucgendat/ucgendat.c             if (in != stdin && in != NULL)
in               1966 ext/mbstring/ucgendat/ucgendat.c               fclose(in);
in               1967 ext/mbstring/ucgendat/ucgendat.c             if ((in = fopen(argv[0], "r")) == 0)
in               1971 ext/mbstring/ucgendat/ucgendat.c                 read_cdata(in);
in               1972 ext/mbstring/ucgendat/ucgendat.c                 fclose(in);
in               1973 ext/mbstring/ucgendat/ucgendat.c                 in = 0;
in               1414 ext/openssl/openssl.c 		BIO *in;
in               1420 ext/openssl/openssl.c 		in = BIO_new_file(Z_STRVAL_P(val) + (sizeof("file://") - 1), "r");
in               1421 ext/openssl/openssl.c 		if (in == NULL) {
in               1424 ext/openssl/openssl.c 		cert = PEM_read_bio_X509(in, NULL, NULL, NULL);
in               1425 ext/openssl/openssl.c 		BIO_free(in);
in               1427 ext/openssl/openssl.c 		BIO *in;
in               1429 ext/openssl/openssl.c 		in = BIO_new_mem_buf(Z_STRVAL_P(val), (int)Z_STRLEN_P(val));
in               1430 ext/openssl/openssl.c 		if (in == NULL) {
in               1434 ext/openssl/openssl.c 		cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL);
in               1436 ext/openssl/openssl.c 		cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL);
in               1438 ext/openssl/openssl.c 		BIO_free(in);
in               2109 ext/openssl/openssl.c 	BIO *in=NULL;
in               2122 ext/openssl/openssl.c 	if(!(in=BIO_new_file(certfile, "r"))) {
in               2129 ext/openssl/openssl.c 	if(!(sk=PEM_X509_INFO_read_bio(in, NULL, NULL, NULL))) {
in               2151 ext/openssl/openssl.c 	BIO_free(in);
in               2811 ext/openssl/openssl.c 	BIO * in;
in               2840 ext/openssl/openssl.c 		in = BIO_new_file(filename, "r");
in               2842 ext/openssl/openssl.c 		in = BIO_new_mem_buf(Z_STRVAL_P(val), (int)Z_STRLEN_P(val));
in               2844 ext/openssl/openssl.c 	csr = PEM_read_bio_X509_REQ(in, NULL,NULL,NULL);
in               2845 ext/openssl/openssl.c 	BIO_free(in);
in               3335 ext/openssl/openssl.c 				BIO* in;
in               3337 ext/openssl/openssl.c 					in = BIO_new_file(filename, "r");
in               3339 ext/openssl/openssl.c 					in = BIO_new_mem_buf(Z_STRVAL_P(val), (int)Z_STRLEN_P(val));
in               3341 ext/openssl/openssl.c 				if (in == NULL) {
in               3344 ext/openssl/openssl.c 				key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL);
in               3345 ext/openssl/openssl.c 				BIO_free(in);
in               3349 ext/openssl/openssl.c 			BIO *in;
in               3355 ext/openssl/openssl.c 				in = BIO_new_file(filename, "r");
in               3357 ext/openssl/openssl.c 				in = BIO_new_mem_buf(Z_STRVAL_P(val), (int)Z_STRLEN_P(val));
in               3360 ext/openssl/openssl.c 			if (in == NULL) {
in               3363 ext/openssl/openssl.c 			key = PEM_read_bio_PrivateKey(in, NULL,NULL, passphrase);
in               3364 ext/openssl/openssl.c 			BIO_free(in);
in               4086 ext/openssl/openssl.c 	BIO * in = NULL, * datain = NULL, * dataout = NULL;
in               4123 ext/openssl/openssl.c 	in = BIO_new_file(filename, (flags & PKCS7_BINARY) ? "rb" : "r");
in               4124 ext/openssl/openssl.c 	if (in == NULL) {
in               4127 ext/openssl/openssl.c 	p7 = SMIME_read_PKCS7(in, &datain);
in               4183 ext/openssl/openssl.c 	BIO_free(in);
in               4432 ext/openssl/openssl.c 	BIO * in = NULL, * out = NULL, * datain = NULL;
in               4462 ext/openssl/openssl.c 	in = BIO_new_file(infilename, "r");
in               4463 ext/openssl/openssl.c 	if (in == NULL) {
in               4471 ext/openssl/openssl.c 	p7 = SMIME_read_PKCS7(in, &datain);
in               4482 ext/openssl/openssl.c 	BIO_free(in);
in               1440 ext/openssl/xp_ssl.c static unsigned char *alpn_protos_parse(unsigned short *outlen, const char *in)
in               1446 ext/openssl/xp_ssl.c 	len = strlen(in);
in               1451 ext/openssl/xp_ssl.c 	out = emalloc(strlen(in) + 1);
in               1457 ext/openssl/xp_ssl.c 		if (i == len || in[i] == ',') {
in               1465 ext/openssl/xp_ssl.c 			out[i + 1] = in[i];
in               1475 ext/openssl/xp_ssl.c 				   const unsigned char *in, unsigned int inlen, void *arg)
in               1480 ext/openssl/xp_ssl.c 		((unsigned char **)out, outlen, sslsock->alpn_ctx->data, sslsock->alpn_ctx->len, in,
in               1494 ext/phar/util.c 			BIO *in;
in               1549 ext/phar/util.c 			in = BIO_new_mem_buf(pubkey ? ZSTR_VAL(pubkey) : NULL, pubkey ? ZSTR_LEN(pubkey) : 0);
in               1551 ext/phar/util.c 			if (NULL == in) {
in               1559 ext/phar/util.c 			key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL);
in               1560 ext/phar/util.c 			BIO_free(in);
in               1815 ext/phar/util.c 			BIO *in;
in               1819 ext/phar/util.c 			in = BIO_new_mem_buf(PHAR_G(openssl_privatekey), PHAR_G(openssl_privatekey_len));
in               1821 ext/phar/util.c 			if (in == NULL) {
in               1828 ext/phar/util.c 			key = PEM_read_bio_PrivateKey(in, NULL,NULL, "");
in               1829 ext/phar/util.c 			BIO_free(in);
in                262 ext/session/session.c static char *bin_to_readable(char *in, size_t inlen, char *out, char nbits) /* {{{ */
in                269 ext/session/session.c 	p = (unsigned char *)in;
in                270 ext/session/session.c 	q = (unsigned char *)in + inlen;
in                664 ext/soap/php_encoding.c 				xmlBufferPtr in  = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content));
in                666 ext/soap/php_encoding.c 				int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in);
in                674 ext/soap/php_encoding.c 				xmlBufferFree(in);
in                697 ext/soap/php_encoding.c 				xmlBufferPtr in  = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content));
in                699 ext/soap/php_encoding.c 				int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in);
in                707 ext/soap/php_encoding.c 				xmlBufferFree(in);
in                730 ext/soap/php_encoding.c 				xmlBufferPtr in  = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content));
in                732 ext/soap/php_encoding.c 				int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in);
in                740 ext/soap/php_encoding.c 				xmlBufferFree(in);
in                851 ext/soap/php_encoding.c 		xmlBufferPtr in  = xmlBufferCreateStatic(str, new_len);
in                853 ext/soap/php_encoding.c 		int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in);
in                861 ext/soap/php_encoding.c 		xmlBufferFree(in);
in               1192 ext/soap/php_sdl.c static char* sdl_deserialize_string(char **in)
in               1197 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(len, in);
in               1202 ext/soap/php_sdl.c 		WSDL_CACHE_GET_N(s, len, in);
in               1208 ext/soap/php_sdl.c static void sdl_deserialize_key(HashTable* ht, void* data, char **in)
in               1212 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(len, in);
in               1216 ext/soap/php_sdl.c 		zend_hash_str_add_ptr(ht, *in, len, data);
in               1217 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(len, in);
in               1221 ext/soap/php_sdl.c static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in)
in               1225 ext/soap/php_sdl.c 	attr->name = sdl_deserialize_string(in);
in               1226 ext/soap/php_sdl.c 	attr->namens = sdl_deserialize_string(in);
in               1227 ext/soap/php_sdl.c 	attr->ref = sdl_deserialize_string(in);
in               1228 ext/soap/php_sdl.c 	attr->def = sdl_deserialize_string(in);
in               1229 ext/soap/php_sdl.c 	attr->fixed = sdl_deserialize_string(in);
in               1230 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(attr->form, sdlForm, in);
in               1231 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(attr->use, sdlUse, in);
in               1232 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1234 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1240 ext/soap/php_sdl.c 			sdl_deserialize_key(attr->extraAttributes, x, in);
in               1241 ext/soap/php_sdl.c 			x->ns = sdl_deserialize_string(in);
in               1242 ext/soap/php_sdl.c 			x->val = sdl_deserialize_string(in);
in               1248 ext/soap/php_sdl.c static sdlRestrictionIntPtr sdl_deserialize_resriction_int(char **in)
in               1250 ext/soap/php_sdl.c 	if (**in == 1) {
in               1252 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1253 ext/soap/php_sdl.c 		WSDL_CACHE_GET_INT(x->value, in);
in               1254 ext/soap/php_sdl.c 		WSDL_CACHE_GET_1(x->fixed, char, in);
in               1257 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1262 ext/soap/php_sdl.c static sdlRestrictionCharPtr sdl_deserialize_resriction_char(char **in)
in               1264 ext/soap/php_sdl.c 	if (**in == 1) {
in               1266 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1267 ext/soap/php_sdl.c 		x->value = sdl_deserialize_string(in);
in               1268 ext/soap/php_sdl.c 		WSDL_CACHE_GET_1(x->fixed, char, in);
in               1271 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1276 ext/soap/php_sdl.c static sdlContentModelPtr sdl_deserialize_model(sdlTypePtr *types, sdlTypePtr *elements, char **in)
in               1281 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(model->kind, sdlContentKind, in);
in               1282 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(model->min_occurs, in);
in               1283 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(model->max_occurs, in);
in               1286 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(i, in);
in               1292 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(i, in);
in               1296 ext/soap/php_sdl.c 				sdlContentModelPtr x = sdl_deserialize_model(types, elements, in);
in               1302 ext/soap/php_sdl.c 			model->u.group_ref = sdl_deserialize_string(in);
in               1305 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(i, in);
in               1314 ext/soap/php_sdl.c static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, encodePtr *encoders, char **in)
in               1319 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(type->kind, sdlTypeKind, in);
in               1320 ext/soap/php_sdl.c 	type->name = sdl_deserialize_string(in);
in               1321 ext/soap/php_sdl.c 	type->namens = sdl_deserialize_string(in);
in               1322 ext/soap/php_sdl.c 	type->def = sdl_deserialize_string(in);
in               1323 ext/soap/php_sdl.c 	type->fixed = sdl_deserialize_string(in);
in               1324 ext/soap/php_sdl.c 	type->ref = sdl_deserialize_string(in);
in               1325 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(type->nillable, char, in);
in               1326 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(type->form, sdlForm, in);
in               1328 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1331 ext/soap/php_sdl.c 	if (**in == 1) {
in               1332 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1335 ext/soap/php_sdl.c 		type->restrictions->minExclusive = sdl_deserialize_resriction_int(in);
in               1336 ext/soap/php_sdl.c 		type->restrictions->minInclusive = sdl_deserialize_resriction_int(in);
in               1337 ext/soap/php_sdl.c 		type->restrictions->maxExclusive = sdl_deserialize_resriction_int(in);
in               1338 ext/soap/php_sdl.c 		type->restrictions->maxInclusive = sdl_deserialize_resriction_int(in);
in               1339 ext/soap/php_sdl.c 		type->restrictions->totalDigits = sdl_deserialize_resriction_int(in);
in               1340 ext/soap/php_sdl.c 		type->restrictions->fractionDigits = sdl_deserialize_resriction_int(in);
in               1341 ext/soap/php_sdl.c 		type->restrictions->length = sdl_deserialize_resriction_int(in);
in               1342 ext/soap/php_sdl.c 		type->restrictions->minLength = sdl_deserialize_resriction_int(in);
in               1343 ext/soap/php_sdl.c 		type->restrictions->maxLength = sdl_deserialize_resriction_int(in);
in               1344 ext/soap/php_sdl.c 		type->restrictions->whiteSpace = sdl_deserialize_resriction_char(in);
in               1345 ext/soap/php_sdl.c 		type->restrictions->pattern = sdl_deserialize_resriction_char(in);
in               1346 ext/soap/php_sdl.c 		WSDL_CACHE_GET_INT(i, in);
in               1351 ext/soap/php_sdl.c 				sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in);
in               1352 ext/soap/php_sdl.c 				sdl_deserialize_key(type->restrictions->enumeration, x, in);
in               1359 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1362 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1371 ext/soap/php_sdl.c 			sdl_deserialize_key(type->elements, t, in);
in               1372 ext/soap/php_sdl.c 			sdl_deserialize_type(t, types, encoders, in);
in               1378 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1385 ext/soap/php_sdl.c 			sdl_deserialize_key(type->attributes, attr, in);
in               1386 ext/soap/php_sdl.c 			sdl_deserialize_attribute(attr, encoders, in);
in               1391 ext/soap/php_sdl.c 	if (**in != 0) {
in               1392 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1393 ext/soap/php_sdl.c 		type->model = sdl_deserialize_model(types, elements, in);
in               1395 ext/soap/php_sdl.c 		WSDL_CACHE_SKIP(1, in);
in               1402 ext/soap/php_sdl.c static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, char **in)
in               1406 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(enc->details.type, in);
in               1407 ext/soap/php_sdl.c 	enc->details.type_str = sdl_deserialize_string(in);
in               1408 ext/soap/php_sdl.c 	enc->details.ns = sdl_deserialize_string(in);
in               1409 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1445 ext/soap/php_sdl.c static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encodePtr *encoders, sdlTypePtr *types, char **in)
in               1449 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(body->use, sdlEncodingUse, in);
in               1451 ext/soap/php_sdl.c 		WSDL_CACHE_GET_1(body->encodingStyle, sdlRpcEncodingStyle, in);
in               1455 ext/soap/php_sdl.c 	body->ns = sdl_deserialize_string(in);
in               1456 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1463 ext/soap/php_sdl.c 			sdl_deserialize_key(body->headers, tmp, in);
in               1464 ext/soap/php_sdl.c 			WSDL_CACHE_GET_1(tmp->use, sdlEncodingUse, in);
in               1466 ext/soap/php_sdl.c 				WSDL_CACHE_GET_1(tmp->encodingStyle, sdlRpcEncodingStyle, in);
in               1470 ext/soap/php_sdl.c 			tmp->name = sdl_deserialize_string(in);
in               1471 ext/soap/php_sdl.c 			tmp->ns = sdl_deserialize_string(in);
in               1472 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(n, in);
in               1474 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(n, in);
in               1477 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(j, in);
in               1484 ext/soap/php_sdl.c 					sdl_deserialize_key(tmp->headerfaults, tmp2, in);
in               1485 ext/soap/php_sdl.c 					WSDL_CACHE_GET_1(tmp2->use, sdlEncodingUse, in);
in               1487 ext/soap/php_sdl.c 						WSDL_CACHE_GET_1(tmp2->encodingStyle, sdlRpcEncodingStyle, in);
in               1491 ext/soap/php_sdl.c 					tmp2->name = sdl_deserialize_string(in);
in               1492 ext/soap/php_sdl.c 					tmp2->ns = sdl_deserialize_string(in);
in               1493 ext/soap/php_sdl.c 					WSDL_CACHE_GET_INT(n, in);
in               1495 ext/soap/php_sdl.c 					WSDL_CACHE_GET_INT(n, in);
in               1504 ext/soap/php_sdl.c static HashTable* sdl_deserialize_parameters(encodePtr *encoders, sdlTypePtr *types, char **in)
in               1509 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, in);
in               1515 ext/soap/php_sdl.c 		sdl_deserialize_key(ht, param, in);
in               1516 ext/soap/php_sdl.c 		param->paramName = sdl_deserialize_string(in);
in               1517 ext/soap/php_sdl.c 		WSDL_CACHE_GET_INT(param->order, in);
in               1518 ext/soap/php_sdl.c 		WSDL_CACHE_GET_INT(n, in);
in               1520 ext/soap/php_sdl.c 		WSDL_CACHE_GET_INT(n, in);
in               1540 ext/soap/php_sdl.c 	char *in, *buf;
in               1550 ext/soap/php_sdl.c 	buf = in = emalloc(st.st_size);
in               1551 ext/soap/php_sdl.c 	if (read(f, in, st.st_size) != st.st_size) {
in               1553 ext/soap/php_sdl.c 		efree(in);
in               1558 ext/soap/php_sdl.c 	if (strncmp(in,"wsdl",4) != 0 || in[4] != WSDL_CACHE_VERSION || in[5] != '\0') {
in               1563 ext/soap/php_sdl.c 	in += 6;
in               1565 ext/soap/php_sdl.c 	WSDL_CACHE_GET(old_t, time_t, &in);
in               1573 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, &in);
in               1574 ext/soap/php_sdl.c 	if (i == 0 && strncmp(in, uri, i) != 0) {
in               1579 ext/soap/php_sdl.c 	WSDL_CACHE_SKIP(i, &in);
in               1584 ext/soap/php_sdl.c 	sdl->source = sdl_deserialize_string(&in);
in               1585 ext/soap/php_sdl.c 	sdl->target_ns = sdl_deserialize_string(&in);
in               1587 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(num_groups, &in);
in               1588 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(num_types, &in);
in               1589 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(num_elements, &in);
in               1590 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(num_encoders, &in);
in               1625 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->groups, types[i], &in);
in               1626 ext/soap/php_sdl.c 			sdl_deserialize_type(types[i], types, encoders, &in);
in               1635 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->types, types[i], &in);
in               1636 ext/soap/php_sdl.c 			sdl_deserialize_type(types[i], types, encoders, &in);
in               1645 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->elements, types[i], &in);
in               1646 ext/soap/php_sdl.c 			sdl_deserialize_type(types[i], types, encoders, &in);
in               1656 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->encoders, encoders[i], &in);
in               1657 ext/soap/php_sdl.c 			sdl_deserialize_encoder(encoders[i], types, &in);
in               1663 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(num_bindings, &in);
in               1671 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->bindings, binding, &in);
in               1672 ext/soap/php_sdl.c 			binding->name = sdl_deserialize_string(&in);
in               1673 ext/soap/php_sdl.c 			binding->location = sdl_deserialize_string(&in);
in               1674 ext/soap/php_sdl.c 			WSDL_CACHE_GET_1(binding->bindingType,sdlBindingType,&in);
in               1675 ext/soap/php_sdl.c 			if (binding->bindingType == BINDING_SOAP && *in != 0) {
in               1677 ext/soap/php_sdl.c 				WSDL_CACHE_GET_1(soap_binding->style,sdlEncodingStyle,&in);
in               1678 ext/soap/php_sdl.c 				WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in);
in               1680 ext/soap/php_sdl.c 				WSDL_CACHE_SKIP(1,&in);
in               1687 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(num_func, &in);
in               1694 ext/soap/php_sdl.c 			sdl_deserialize_key(&sdl->functions, func, &in);
in               1695 ext/soap/php_sdl.c 			func->functionName = sdl_deserialize_string(&in);
in               1696 ext/soap/php_sdl.c 			func->requestName = sdl_deserialize_string(&in);
in               1697 ext/soap/php_sdl.c 			func->responseName = sdl_deserialize_string(&in);
in               1699 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(binding_num, &in);
in               1705 ext/soap/php_sdl.c 			if (func->binding && func->binding->bindingType == BINDING_SOAP && *in != 0) {
in               1708 ext/soap/php_sdl.c 				WSDL_CACHE_GET_1(binding->style,sdlEncodingStyle,&in);
in               1709 ext/soap/php_sdl.c 				binding->soapAction = sdl_deserialize_string(&in);
in               1710 ext/soap/php_sdl.c 				sdl_deserialize_soap_body(&binding->input, encoders, types, &in);
in               1711 ext/soap/php_sdl.c 				sdl_deserialize_soap_body(&binding->output, encoders, types, &in);
in               1713 ext/soap/php_sdl.c 				WSDL_CACHE_SKIP(1, &in);
in               1717 ext/soap/php_sdl.c 			func->requestParameters = sdl_deserialize_parameters(encoders, types, &in);
in               1718 ext/soap/php_sdl.c 			func->responseParameters = sdl_deserialize_parameters(encoders, types, &in);
in               1720 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(num_faults, &in);
in               1730 ext/soap/php_sdl.c 					sdl_deserialize_key(func->faults, fault, &in);
in               1731 ext/soap/php_sdl.c 					fault->name =sdl_deserialize_string(&in);
in               1732 ext/soap/php_sdl.c 					fault->details =sdl_deserialize_parameters(encoders, types, &in);
in               1733 ext/soap/php_sdl.c 					if (*in != 0) {
in               1736 ext/soap/php_sdl.c 						WSDL_CACHE_GET_1(binding->use,sdlEncodingUse,&in);
in               1738 ext/soap/php_sdl.c 							WSDL_CACHE_GET_1(binding->encodingStyle, sdlRpcEncodingStyle, &in);
in               1742 ext/soap/php_sdl.c 						binding->ns = sdl_deserialize_string(&in);
in               1744 ext/soap/php_sdl.c 						WSDL_CACHE_SKIP(1, &in);
in               1756 ext/soap/php_sdl.c 	WSDL_CACHE_GET_INT(i, &in);
in               1763 ext/soap/php_sdl.c 			WSDL_CACHE_GET_INT(function_num, &in);
in               1764 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->requests, functions[function_num-1], &in);
in               67750 ext/sqlite3/libsqlite/sqlite3.c static u64 floatSwap(u64 in){
in               67757 ext/sqlite3/libsqlite/sqlite3.c   u.r = in;
in               85017 ext/sqlite3/libsqlite/sqlite3.c static char *dup8bytes(Vdbe *v, const char *in){
in               85020 ext/sqlite3/libsqlite/sqlite3.c     memcpy(out, in, 8);
in               115806 ext/sqlite3/libsqlite/sqlite3.c     } in;                 /* Used when pWLoop->wsFlags&WHERE_IN_ABLE */
in               119002 ext/sqlite3/libsqlite/sqlite3.c     if( pLevel->u.in.nIn==0 ){
in               119005 ext/sqlite3/libsqlite/sqlite3.c     pLevel->u.in.nIn++;
in               119006 ext/sqlite3/libsqlite/sqlite3.c     pLevel->u.in.aInLoop =
in               119007 ext/sqlite3/libsqlite/sqlite3.c        sqlite3DbReallocOrFree(pParse->db, pLevel->u.in.aInLoop,
in               119008 ext/sqlite3/libsqlite/sqlite3.c                               sizeof(pLevel->u.in.aInLoop[0])*pLevel->u.in.nIn);
in               119009 ext/sqlite3/libsqlite/sqlite3.c     pIn = pLevel->u.in.aInLoop;
in               119011 ext/sqlite3/libsqlite/sqlite3.c       pIn += pLevel->u.in.nIn - 1;
in               119021 ext/sqlite3/libsqlite/sqlite3.c       pLevel->u.in.nIn = 0;
in               120483 ext/sqlite3/libsqlite/sqlite3.c         sqlite3DbFree(db, pLevel->u.in.aInLoop);
in               123070 ext/sqlite3/libsqlite/sqlite3.c     if( pLoop->wsFlags & WHERE_IN_ABLE && pLevel->u.in.nIn>0 ){
in               123074 ext/sqlite3/libsqlite/sqlite3.c       for(j=pLevel->u.in.nIn, pIn=&pLevel->u.in.aInLoop[j-1]; j>0; j--, pIn--){
in                580 ext/standard/crypt_freesec.c des_cipher(const char *in, char *out, uint32_t salt, int count,
in                589 ext/standard/crypt_freesec.c 		(uint32_t)(u_char)in[3] |
in                590 ext/standard/crypt_freesec.c 		((uint32_t)(u_char)in[2] << 8) |
in                591 ext/standard/crypt_freesec.c 		((uint32_t)(u_char)in[1] << 16) |
in                592 ext/standard/crypt_freesec.c 		((uint32_t)(u_char)in[0] << 24);
in                594 ext/standard/crypt_freesec.c 		(uint32_t)(u_char)in[7] |
in                595 ext/standard/crypt_freesec.c 		((uint32_t)(u_char)in[6] << 8) |
in                596 ext/standard/crypt_freesec.c 		((uint32_t)(u_char)in[5] << 16) |
in                597 ext/standard/crypt_freesec.c 		((uint32_t)(u_char)in[4] << 24);
in                241 ext/standard/dns.c 	struct in_addr in;
in                262 ext/standard/dns.c 		in = *(struct in_addr *) hp->h_addr_list[i];
in                263 ext/standard/dns.c 		add_next_index_string(return_value, inet_ntoa(in));
in                272 ext/standard/dns.c 	struct in_addr in;
in                281 ext/standard/dns.c 	memcpy(&in.s_addr, *(hp->h_addr_list), sizeof(in.s_addr));
in                283 ext/standard/dns.c 	address = inet_ntoa(in);
in                517 ext/standard/exec.c 	FILE *in;
in                528 ext/standard/exec.c 	if ((in=VCWD_POPEN(command, "rt"))==NULL) {
in                530 ext/standard/exec.c 	if ((in=VCWD_POPEN(command, "r"))==NULL) {
in                536 ext/standard/exec.c 	stream = php_stream_fopen_from_pipe(in, "rb");
in                 49 ext/standard/user_filters.c 	ZEND_ARG_INFO(0, in)
in                738 ext/tidy/tidy.c static int tidy_doc_cast_handler(zval *in, zval *out, int type)
in                757 ext/tidy/tidy.c 			obj = Z_TIDY_P(in);
in                771 ext/tidy/tidy.c static int tidy_node_cast_handler(zval *in, zval *out, int type)
in                790 ext/tidy/tidy.c 			obj = Z_TIDY_P(in);
in               1166 ext/tidy/tidy.c 			if (ZEND_SIZE_T_UINT_OVFL(output_context->in.used)) {
in               1174 ext/tidy/tidy.c 			tidyBufAttach(&inbuf, (byte *) output_context->in.data, (uint)output_context->in.used);
in                 59 ext/zip/lib/zip_source_buffer.c     buffer_t *in;
in                100 ext/zip/lib/zip_source_buffer.c     if ((ctx->in = buffer_new_read(data, len, freep)) == NULL) {
in                111 ext/zip/lib/zip_source_buffer.c 	buffer_free(ctx->in);
in                137 ext/zip/lib/zip_source_buffer.c 	    buffer_free(ctx->in);
in                138 ext/zip/lib/zip_source_buffer.c 	    ctx->in = ctx->out;
in                146 ext/zip/lib/zip_source_buffer.c 	    buffer_free(ctx->in);
in                152 ext/zip/lib/zip_source_buffer.c 	    ctx->in->offset = 0;
in                160 ext/zip/lib/zip_source_buffer.c             return buffer_read(ctx->in, data, len);
in                170 ext/zip/lib/zip_source_buffer.c 	    buffer_free(ctx->in);
in                171 ext/zip/lib/zip_source_buffer.c 	    ctx->in = empty;
in                181 ext/zip/lib/zip_source_buffer.c 	    return buffer_seek(ctx->in, data, len, &ctx->error);
in                199 ext/zip/lib/zip_source_buffer.c 	    st->size = ctx->in->size;
in                212 ext/zip/lib/zip_source_buffer.c             if (ctx->in->offset > ZIP_INT64_MAX) {
in                216 ext/zip/lib/zip_source_buffer.c 	    return (zip_int64_t)ctx->in->offset;
in                 97 ext/zip/lib/zip_source_pkware.c decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in,
in                105 ext/zip/lib/zip_source_pkware.c 	b = in[i];
in                150 ext/zlib/zlib.c 		if (output_context->in.used) {
in                152 ext/zlib/zlib.c 			if (ctx->buffer.free < output_context->in.used) {
in                153 ext/zlib/zlib.c 				if (!(ctx->buffer.aptr = erealloc_recoverable(ctx->buffer.data, ctx->buffer.used + ctx->buffer.free + output_context->in.used))) {
in                158 ext/zlib/zlib.c 				ctx->buffer.free += output_context->in.used;
in                160 ext/zlib/zlib.c 			memcpy(ctx->buffer.data + ctx->buffer.used, output_context->in.data, output_context->in.used);
in                161 ext/zlib/zlib.c 			ctx->buffer.free -= output_context->in.used;
in                162 ext/zlib/zlib.c 			ctx->buffer.used += output_context->in.used;
in                164 ext/zlib/zlib.c 		output_context->out.size = PHP_ZLIB_BUFFER_SIZE_GUESS(output_context->in.used);
in                519 ext/zlib/zlib.c 	ctx.in.data = in_str;
in                520 ext/zlib/zlib.c 	ctx.in.used = in_len;
in                663 ext/zlib/zlib.c 	zend_string *in, *out; \
in                667 ext/zlib/zlib.c 		if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "S|ll", &in, &level, &encoding)) { \
in                671 ext/zlib/zlib.c 		if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "Sl|l", &in, &encoding, &level)) { \
in                688 ext/zlib/zlib.c 	if ((out = php_zlib_encode(ZSTR_VAL(in), ZSTR_LEN(in), encoding, level)) == NULL) { \
in                180 main/network.c 	struct in_addr in;
in                247 main/network.c 	if (!inet_aton(host, &in)) {
in                264 main/network.c 		in = *((struct in_addr *) host_info->h_addr);
in                271 main/network.c 	((struct sockaddr_in *)*sap)->sin_addr = in;
in                803 main/output.c  	if (context->in.free && context->in.data) {
in                804 main/output.c  		efree(context->in.data);
in                806 main/output.c  	context->in.data = data;
in                807 main/output.c  	context->in.used = used;
in                808 main/output.c  	context->in.free = free;
in                809 main/output.c  	context->in.size = size;
in                817 main/output.c  	if (context->in.free && context->in.data) {
in                818 main/output.c  		efree(context->in.data);
in                820 main/output.c  	context->in.data = context->out.data;
in                821 main/output.c  	context->in.used = context->out.used;
in                822 main/output.c  	context->in.free = context->out.free;
in                823 main/output.c  	context->in.size = context->out.size;
in                835 main/output.c  	context->out.data = context->in.data;
in                836 main/output.c  	context->out.used = context->in.used;
in                837 main/output.c  	context->out.size = context->in.size;
in                838 main/output.c  	context->out.free = context->in.free;
in                839 main/output.c  	context->in.data = NULL;
in                840 main/output.c  	context->in.used = 0;
in                841 main/output.c  	context->in.free = 0;
in                842 main/output.c  	context->in.size = 0;
in                850 main/output.c  	if (context->in.free && context->in.data) {
in                851 main/output.c  		efree(context->in.data);
in                852 main/output.c  		context->in.data = NULL;
in                930 main/output.c  			context->in.used?context->in.data:"",
in                931 main/output.c  			context->in.used
in                941 main/output.c  	if (php_output_handler_append(handler, &context->in) && !context->op) {
in               1051 main/output.c  		context.in.data = (char *) str;
in               1052 main/output.c  		context.in.used = len;
in               1256 main/output.c  		func(output_context->in.data, output_context->in.used, &out_str, &out_len, output_context->op);
in                 70 main/php_network.h # include <netinet/in.h>
in                103 main/php_output.h 	php_output_buffer in;
in                139 main/streams/filter.c PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length)
in                141 main/streams/filter.c 	*left = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent);
in                142 main/streams/filter.c 	*right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent);
in                148 main/streams/filter.c 	(*left)->buf = pemalloc(length, in->is_persistent);
in                150 main/streams/filter.c 	memcpy((*left)->buf, in->buf, length);
in                153 main/streams/filter.c 	(*left)->is_persistent = in->is_persistent;
in                155 main/streams/filter.c 	(*right)->buflen = in->buflen - length;
in                156 main/streams/filter.c 	(*right)->buf = pemalloc((*right)->buflen, in->is_persistent);
in                157 main/streams/filter.c 	memcpy((*right)->buf, in->buf + length, (*right)->buflen);
in                160 main/streams/filter.c 	(*right)->is_persistent = in->is_persistent;
in                167 main/streams/filter.c 			pefree((*right)->buf, in->is_persistent);
in                169 main/streams/filter.c 		pefree(*right, in->is_persistent);
in                173 main/streams/filter.c 			pefree((*left)->buf, in->is_persistent);
in                175 main/streams/filter.c 		pefree(*left, in->is_persistent);
in                 71 main/streams/php_stream_filter_api.h PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length);
in                 97 sapi/litespeed/lsapilib.c     unsigned char in[64];
in               3342 sapi/litespeed/lsapilib.c static void lsapi_MD5Transform(uint32 buf[4], uint32 const in[16]);
in               3393 sapi/litespeed/lsapilib.c         unsigned char *p = (unsigned char *) ctx->in + t;
in               3401 sapi/litespeed/lsapilib.c         byteReverse(ctx->in, 16);
in               3402 sapi/litespeed/lsapilib.c         lsapi_MD5Transform(ctx->buf, (uint32 *) ctx->in);
in               3409 sapi/litespeed/lsapilib.c         memmove(ctx->in, buf, 64);
in               3410 sapi/litespeed/lsapilib.c         byteReverse(ctx->in, 16);
in               3411 sapi/litespeed/lsapilib.c         lsapi_MD5Transform(ctx->buf, (uint32 *) ctx->in);
in               3418 sapi/litespeed/lsapilib.c     memmove(ctx->in, buf, len);
in               3435 sapi/litespeed/lsapilib.c     p = ctx->in + count;
in               3445 sapi/litespeed/lsapilib.c         byteReverse(ctx->in, 16);
in               3446 sapi/litespeed/lsapilib.c         lsapi_MD5Transform(ctx->buf, (uint32 *) ctx->in);
in               3449 sapi/litespeed/lsapilib.c         memset(ctx->in, 0, 56);
in               3454 sapi/litespeed/lsapilib.c     byteReverse(ctx->in, 14);
in               3457 sapi/litespeed/lsapilib.c     ((uint32 *) ctx->in)[14] = ctx->bits[0];
in               3458 sapi/litespeed/lsapilib.c     ((uint32 *) ctx->in)[15] = ctx->bits[1];
in               3460 sapi/litespeed/lsapilib.c     lsapi_MD5Transform(ctx->buf, (uint32 *) ctx->in);
in               3483 sapi/litespeed/lsapilib.c static void lsapi_MD5Transform(uint32 buf[4], uint32 const in[16])
in               3492 sapi/litespeed/lsapilib.c     MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
in               3493 sapi/litespeed/lsapilib.c     MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
in               3494 sapi/litespeed/lsapilib.c     MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
in               3495 sapi/litespeed/lsapilib.c     MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
in               3496 sapi/litespeed/lsapilib.c     MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
in               3497 sapi/litespeed/lsapilib.c     MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12);
in               3498 sapi/litespeed/lsapilib.c     MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17);
in               3499 sapi/litespeed/lsapilib.c     MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22);
in               3500 sapi/litespeed/lsapilib.c     MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7);
in               3501 sapi/litespeed/lsapilib.c     MD5STEP(F1, d, a, b, c, in[9] + 0x8b44f7af, 12);
in               3502 sapi/litespeed/lsapilib.c     MD5STEP(F1, c, d, a, b, in[10] + 0xffff5bb1, 17);
in               3503 sapi/litespeed/lsapilib.c     MD5STEP(F1, b, c, d, a, in[11] + 0x895cd7be, 22);
in               3504 sapi/litespeed/lsapilib.c     MD5STEP(F1, a, b, c, d, in[12] + 0x6b901122, 7);
in               3505 sapi/litespeed/lsapilib.c     MD5STEP(F1, d, a, b, c, in[13] + 0xfd987193, 12);
in               3506 sapi/litespeed/lsapilib.c     MD5STEP(F1, c, d, a, b, in[14] + 0xa679438e, 17);
in               3507 sapi/litespeed/lsapilib.c     MD5STEP(F1, b, c, d, a, in[15] + 0x49b40821, 22);
in               3509 sapi/litespeed/lsapilib.c     MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
in               3510 sapi/litespeed/lsapilib.c     MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
in               3511 sapi/litespeed/lsapilib.c     MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
in               3512 sapi/litespeed/lsapilib.c     MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
in               3513 sapi/litespeed/lsapilib.c     MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
in               3514 sapi/litespeed/lsapilib.c     MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
in               3515 sapi/litespeed/lsapilib.c     MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
in               3516 sapi/litespeed/lsapilib.c     MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
in               3517 sapi/litespeed/lsapilib.c     MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5);
in               3518 sapi/litespeed/lsapilib.c     MD5STEP(F2, d, a, b, c, in[14] + 0xc33707d6, 9);
in               3519 sapi/litespeed/lsapilib.c     MD5STEP(F2, c, d, a, b, in[3] + 0xf4d50d87, 14);
in               3520 sapi/litespeed/lsapilib.c     MD5STEP(F2, b, c, d, a, in[8] + 0x455a14ed, 20);
in               3521 sapi/litespeed/lsapilib.c     MD5STEP(F2, a, b, c, d, in[13] + 0xa9e3e905, 5);
in               3522 sapi/litespeed/lsapilib.c     MD5STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9);
in               3523 sapi/litespeed/lsapilib.c     MD5STEP(F2, c, d, a, b, in[7] + 0x676f02d9, 14);
in               3524 sapi/litespeed/lsapilib.c     MD5STEP(F2, b, c, d, a, in[12] + 0x8d2a4c8a, 20);
in               3526 sapi/litespeed/lsapilib.c     MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
in               3527 sapi/litespeed/lsapilib.c     MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
in               3528 sapi/litespeed/lsapilib.c     MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
in               3529 sapi/litespeed/lsapilib.c     MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
in               3530 sapi/litespeed/lsapilib.c     MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
in               3531 sapi/litespeed/lsapilib.c     MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
in               3532 sapi/litespeed/lsapilib.c     MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
in               3533 sapi/litespeed/lsapilib.c     MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
in               3534 sapi/litespeed/lsapilib.c     MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4);
in               3535 sapi/litespeed/lsapilib.c     MD5STEP(F3, d, a, b, c, in[0] + 0xeaa127fa, 11);
in               3536 sapi/litespeed/lsapilib.c     MD5STEP(F3, c, d, a, b, in[3] + 0xd4ef3085, 16);
in               3537 sapi/litespeed/lsapilib.c     MD5STEP(F3, b, c, d, a, in[6] + 0x04881d05, 23);
in               3538 sapi/litespeed/lsapilib.c     MD5STEP(F3, a, b, c, d, in[9] + 0xd9d4d039, 4);
in               3539 sapi/litespeed/lsapilib.c     MD5STEP(F3, d, a, b, c, in[12] + 0xe6db99e5, 11);
in               3540 sapi/litespeed/lsapilib.c     MD5STEP(F3, c, d, a, b, in[15] + 0x1fa27cf8, 16);
in               3541 sapi/litespeed/lsapilib.c     MD5STEP(F3, b, c, d, a, in[2] + 0xc4ac5665, 23);
in               3543 sapi/litespeed/lsapilib.c     MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
in               3544 sapi/litespeed/lsapilib.c     MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
in               3545 sapi/litespeed/lsapilib.c     MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
in               3546 sapi/litespeed/lsapilib.c     MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
in               3547 sapi/litespeed/lsapilib.c     MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
in               3548 sapi/litespeed/lsapilib.c     MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
in               3549 sapi/litespeed/lsapilib.c     MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
in               3550 sapi/litespeed/lsapilib.c     MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
in               3551 sapi/litespeed/lsapilib.c     MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6);
in               3552 sapi/litespeed/lsapilib.c     MD5STEP(F4, d, a, b, c, in[15] + 0xfe2ce6e0, 10);
in               3553 sapi/litespeed/lsapilib.c     MD5STEP(F4, c, d, a, b, in[6] + 0xa3014314, 15);
in               3554 sapi/litespeed/lsapilib.c     MD5STEP(F4, b, c, d, a, in[13] + 0x4e0811a1, 21);
in               3555 sapi/litespeed/lsapilib.c     MD5STEP(F4, a, b, c, d, in[4] + 0xf7537e82, 6);
in               3556 sapi/litespeed/lsapilib.c     MD5STEP(F4, d, a, b, c, in[11] + 0xbd3af235, 10);
in               3557 sapi/litespeed/lsapilib.c     MD5STEP(F4, c, d, a, b, in[2] + 0x2ad7d2bb, 15);
in               3558 sapi/litespeed/lsapilib.c     MD5STEP(F4, b, c, d, a, in[9] + 0xeb86d391, 21);
in                 88 sapi/phpdbg/phpdbg_eol.c 	char *in = *str, *out ;
in                100 sapi/phpdbg/phpdbg_eol.c 			if (0x0a == in[i] || 0x0d == in[i]) {
in                106 sapi/phpdbg/phpdbg_eol.c 		last = cur = in[0];
in                114 sapi/phpdbg/phpdbg_eol.c 				if (i + 1 < in_len && 0x0a != in[i+1]) {
in                130 sapi/phpdbg/phpdbg_eol.c 			cur = in[i];
in                147 sapi/phpdbg/phpdbg_eol.c 		last = cur = in[0];
in                162 sapi/phpdbg/phpdbg_eol.c 			cur = in[cursor];
in                171 sapi/phpdbg/phpdbg_eol.c 	in = NULL;