tell              144 ext/gd/libgd/gd_io.c 	return ((ctx->tell) (ctx));
tell               18 ext/gd/libgd/gd_io.h 	long	(*tell)(struct gdIOCtx*);
tell               88 ext/gd/libgd/gd_io_dp.c 	ctx->ctx.tell = dynamicTell;
tell               63 ext/gd/libgd/gd_io_file.c 	ctx->ctx.tell = fileTell;
tell               65 ext/gd/libgd/gd_io_ss.c 	ctx->ctx.tell = NULL;
tell              987 ext/oci8/oci8.c 	PHP_FALIAS(tell,		oci_lob_tell,			arginfo_oci_lob_tell_method)
tell             1113 ext/phar/zip.c 		zend_off_t tell, st;
tell             1120 ext/phar/zip.c 		st = tell = php_stream_tell(pass->filefp);
tell             1123 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL);
tell             1124 ext/phar/zip.c 		tell = php_stream_tell(pass->centralfp);
tell             1126 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL);